edu.cmu.emulator.world
Class SegmentUpdate
java.lang.Object
   edu.cmu.emulator.world.SegmentUpdate
edu.cmu.emulator.world.SegmentUpdate
-  class SegmentUpdate 
- extends Object
 
| Constructor Summary | 
| SegmentUpdate(double[] startPos,
              double[] endPos,
              boolean start)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
startPos
protected double[] startPos
endPos
protected double[] endPos
start
protected boolean start
SegmentUpdate
public SegmentUpdate(double[] startPos,
                     double[] endPos,
                     boolean start)
getStartPos
public double[] getStartPos()
- 
 
getEndPos
public double[] getEndPos()
- 
 
atStart
public boolean atStart()
- 
 
Copyright © 2013. All Rights Reserved.