Skip to content
Snippets Groups Projects
Commit a7b9200d authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Removed old unused astar classes.

git-svn-id: svn://svn.syncleus.com/dANN/trunk@453 6ae8b97b-f314-0410-8212-aecf10b92ded
parent 1ba76d26
No related branches found
No related tags found
No related merge requests found
......@@ -25,12 +25,5 @@ public class AstarDemo
{
public static void main(String[] args)
{
NodeMap2D map = new NodeMap2D(new Point(0, 0), new Point(9, 0));
Node[] path = map.getPath();
for( Node step : path )
{
System.out.println("step: " + map.getCoords(step));
}
System.out.println("done");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment