edu.cmu.gamebots
Class CMU_JBot.Path

java.lang.Object
  |
  +--edu.cmu.gamebots.CMU_JBot.Path
Enclosing class:
CMU_JBot

protected class CMU_JBot.Path
extends Object


Field Summary
 double distSquared
           
 Vector3D from
           
 Line2D line
           
 double phi
           
 double theta
           
 Vector3D to
           
 
Constructor Summary
CMU_JBot.Path(Vector3D to, Vector3D from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

to

public final Vector3D to

from

public final Vector3D from

theta

public final double theta

phi

public final double phi

distSquared

public final double distSquared

line

public final Line2D line
Constructor Detail

CMU_JBot.Path

public CMU_JBot.Path(Vector3D to,
                     Vector3D from)