Path Finder (2D/3D) 1.0.1
Create and use simple navigation graphs for 2D/3D path finding with choice of 4 search algorithms.
pathfinder.AstarHeuristic Interface Reference
Inheritance diagram for pathfinder.AstarHeuristic:

Public Member Functions

double getCost (GraphNode node, GraphNode target)
 

Detailed Description

Interface for all A* heuristic classes

See also
AshCrowFlight
AshManhattan
Author
Peter Lager

Member Function Documentation

◆ getCost()

double pathfinder.AstarHeuristic.getCost ( GraphNode  node,
GraphNode  target 
)

Estimate the cost between the node and the target.

Implemented in pathfinder.AshCrowFlight, and pathfinder.AshManhattan.


The documentation for this interface was generated from the following file: