org.starhope.appius.things
Class Motion

java.lang.Object
  extended by org.starhope.appius.things.Motion

public class Motion
extends Object

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  Coord3D endPosition
          WRITEME: Document this brpocock@star-hope.org
private  Coord3D startPosition
          WRITEME: Document this brpocock@star-hope.org
private  long startTime
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
Motion()
           
 
Method Summary
 Coord3D getEndPosition()
           
 Coord3D getStartPosition()
           
 long getStartTime()
           
 void setEndPosition(Coord3D newEndPosition)
           
 void setStartPosition(Coord3D newStartPosition)
           
 void setStartTime(long newStartTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endPosition

private Coord3D endPosition
WRITEME: Document this brpocock@star-hope.org


startPosition

private Coord3D startPosition
WRITEME: Document this brpocock@star-hope.org


startTime

private long startTime
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

Motion

public Motion()
Method Detail

getEndPosition

public Coord3D getEndPosition()
Returns:
the endPosition

getStartPosition

public Coord3D getStartPosition()
Returns:
the startPosition

getStartTime

public long getStartTime()
Returns:
the startTime

setEndPosition

public void setEndPosition(Coord3D newEndPosition)
Parameters:
newEndPosition - the endPosition to set

setStartPosition

public void setStartPosition(Coord3D newStartPosition)
Parameters:
newStartPosition - the startPosition to set

setStartTime

public void setStartTime(long newStartTime)
Parameters:
newStartTime - the startTime to set