Uses of Class
com.scottpreston.javarobot.chapter7.DistanceVector

Packages that use DistanceVector
com.scottpreston.javarobot.chapter7   
com.scottpreston.javarobot.chapter8   
 

Uses of DistanceVector in com.scottpreston.javarobot.chapter7
 

Methods in com.scottpreston.javarobot.chapter7 that return DistanceVector
static DistanceVector Localization.getDistanceVector(java.awt.Point a, java.awt.Point b)
           
 

Methods in com.scottpreston.javarobot.chapter7 with parameters of type DistanceVector
 void Room.addEdge(Region r1, Region r2, DistanceVector vect)
           
 void Navigation.move(DistanceVector dVect)
           
 

Uses of DistanceVector in com.scottpreston.javarobot.chapter8
 

Subclasses of DistanceVector in com.scottpreston.javarobot.chapter8
 class MotionEpisode