Stinker
Class Waypoints

java.lang.Object
  extended by Stinker.Waypoints

public class Waypoints
extends java.lang.Object


Constructor Summary
Waypoints()
           
 
Method Summary
 int getDistance(MyPoint from, MyPoint to)
           
 int getPath(MyPoint from, MyPoint to)
           
 void init(ApoSkunkmanAILevel level)
           
 boolean isInit()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Waypoints

public Waypoints()
Method Detail

init

public void init(ApoSkunkmanAILevel level)

isInit

public boolean isInit()

getPath

public int getPath(MyPoint from,
                   MyPoint to)

getDistance

public int getDistance(MyPoint from,
                       MyPoint to)