com.threerings.opengl.effect
Class PositionHistory.Entry
java.lang.Object
com.threerings.opengl.effect.PositionHistory.Entry
- Enclosing class:
- PositionHistory
protected static final class PositionHistory.Entry
- extends Object
An entry in the history.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
position
public Vector3f position
- The stored position.
time
public float time
- The associated time.
PositionHistory.Entry
public PositionHistory.Entry(Vector3f position,
float time)
set
public PositionHistory.Entry set(Vector3f position,
float time)
- Sets the contents of this entry.
- Returns:
- a reference to this entry, for chaining.