Class Astar

java.lang.Object
me.nabdev.pathfinding.algorithms.Astar
All Implemented Interfaces:
SearchAlgorithm

public class Astar extends Object implements SearchAlgorithm
A class to represent all the logic behind the A* pathfinding algorithm.
  • Constructor Details

    • Astar

      public Astar(Pathfinder pathfinder)
      Creates a new Astar object.
      Parameters:
      pathfinder - The Pathfinder object that created this Astar object.
  • Method Details