org.starhope.appius.things
Class Motion
java.lang.Object
org.starhope.appius.things.Motion
public class Motion
- extends Object
WRITEME: Document this type.
- Author:
- brpocock@star-hope.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Motion
public Motion()
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