abstract fun update(base: Frame!, tf: Transform!, time: Long!): Future<Void!>!
Update the world location of the free frame by providing its location in a given frame of reference at a given time.
tf
- Transform!: The new Transform of this Frame with respect to the base Frame.
base
- Frame!: The base Frame.
time
- Long!: The update time.
Since
1