edu.cmu.emulator.world
Class SegmentUpdate

java.lang.Object
  extended by edu.cmu.emulator.world.SegmentUpdate

 class SegmentUpdate
extends Object


Field Summary
protected  double[] endPos
           
protected  boolean start
           
protected  double[] startPos
           
 
Constructor Summary
SegmentUpdate(double[] startPos, double[] endPos, boolean start)
           
 
Method Summary
 boolean atStart()
           
 double[] getEndPos()
           
 double[] getStartPos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startPos

protected double[] startPos

endPos

protected double[] endPos

start

protected boolean start
Constructor Detail

SegmentUpdate

public SegmentUpdate(double[] startPos,
                     double[] endPos,
                     boolean start)
Method Detail

getStartPos

public double[] getStartPos()

getEndPos

public double[] getEndPos()

atStart

public boolean atStart()


Copyright © 2013. All Rights Reserved.