public static interface FreeFrame.Async
| Modifier and Type | Method and Description |
|---|---|
<any> |
frame()
Retrieve the underlying Frame object that will be used for transform
computation.
|
<any> |
update(Frame base,
Transform tf,
java.lang.Long time)
Update the world location of the free frame by providing its
location in a given frame of reference at a given time.
|
<any> frame()
<any> update(Frame base, Transform tf, java.lang.Long time)
tf - The new Transform of this Frame with respect to the base Frame.base - The base Frame.time - The update time.