Class AStarPathFinder

java.lang.Object
de.gurkenlabs.litiengine.entities.behavior.PathFinder
de.gurkenlabs.litiengine.entities.behavior.AStarPathFinder

public class AStarPathFinder extends PathFinder
  • Constructor Details

    • AStarPathFinder

      public AStarPathFinder(AStarGrid grid)
    • AStarPathFinder

      public AStarPathFinder(Dimension size, int gridNodeSize)
    • AStarPathFinder

      public AStarPathFinder(IMap map, int gridNodeSize)
    • AStarPathFinder

      public AStarPathFinder(IMap map)
  • Method Details