edu.isi.gamebots.examples
Class ExampleBot.Path
java.lang.Object
|
+--edu.isi.gamebots.examples.ExampleBot.Path
- Enclosing class:
- ExampleBot
- protected class ExampleBot.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
ExampleBot.Path
public ExampleBot.Path(Vector3D to,
Vector3D from)