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


Field Summary
 double distSquared
           
 Vector3D from
           
 Line2D line
           
 double phi
           
 double theta
           
 Vector3D to
           
 
Constructor Summary
ExampleBot.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

ExampleBot.Path

public ExampleBot.Path(Vector3D to,
                       Vector3D from)