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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CMU_JBot.Path
public CMU_JBot.Path(Vector3D to,
Vector3D from)