public interface FreeFrame
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FreeFrame.Async |
| Modifier and Type | Method and Description |
|---|---|
FreeFrame.Async |
async() |
Frame |
frame()
Retrieve the underlying Frame object that will be used for transform
computation.
|
void |
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.
|
FreeFrame.Async async()
Frame frame()
void 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.