com.threerings.opengl.effect
Class PositionHistory.Entry

java.lang.Object
  extended by com.threerings.opengl.effect.PositionHistory.Entry
Enclosing class:
PositionHistory

protected static final class PositionHistory.Entry
extends Object

An entry in the history.


Field Summary
 Vector3f position
          The stored position.
 float time
          The associated time.
 
Constructor Summary
PositionHistory.Entry(Vector3f position, float time)
           
 
Method Summary
 PositionHistory.Entry set(Vector3f position, float time)
          Sets the contents of this entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

position

public Vector3f position
The stored position.


time

public float time
The associated time.

Constructor Detail

PositionHistory.Entry

public PositionHistory.Entry(Vector3f position,
                             float time)
Method Detail

set

public PositionHistory.Entry set(Vector3f position,
                                 float time)
Sets the contents of this entry.

Returns:
a reference to this entry, for chaining.