| Interface | Description |
|---|---|
| Transition<T extends Transition> |
Represents a start and an end of a time-based transition
that provides some kind of interpolation that is implementation
specific.
|
| Class | Description |
|---|---|
| PositionTransition | Deprecated
Use PositionTransition3f or PositionTransition3d instead.
|
| PositionTransition3d |
Represents a start and an end of a time-based transition
with interpolation functions provided.
|
| PositionTransition3f |
Represents a start and an end of a time-based transition
with interpolation functions provided.
|
| TransitionBuffer<T extends Transition> |
Holds a set of transitions and can return a transition
spanning a specific time index.
|