|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.haphazard.gui.engine.PathPlanner
Constructor Summary | |
PathPlanner()
Creates a new instance of PathPlanner |
Method Summary | |
java.util.Vector |
getPlan(Point3D from,
Point3D to)
Plans a path with waypoints. |
void |
setMap(Map map)
Sets the path planners map |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PathPlanner()
Method Detail |
public void setMap(Map map)
map
- The map the paths should be planned onpublic java.util.Vector getPlan(Point3D from, Point3D to)
from
- The point to plan fromto
- The point to reach with the plan
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |