Uses of Class
org.newdawn.slick.util.pathfinding.navmesh.NavPath

Packages that use NavPath
org.newdawn.slick.util.pathfinding.navmesh   
 

Uses of NavPath in org.newdawn.slick.util.pathfinding.navmesh
 

Methods in org.newdawn.slick.util.pathfinding.navmesh that return NavPath
 NavPath NavMesh.findPath(float sx, float sy, float tx, float ty, boolean optimize)
          Find a path from the source to the target coordinates
 

Methods in org.newdawn.slick.util.pathfinding.navmesh with parameters of type NavPath
 boolean Space.pickLowestCost(Space target, NavPath path)
          Pick the lowest cost route from this space to another on the path
 



Copyright © 2006 New Dawn Software. All Rights Reserved.