Class ClosestSquaredHeuristic
java.lang.Object
com.ardorcraft.pathfinding.heuristics.ClosestSquaredHeuristic
- All Implemented Interfaces:
AStarHeuristic
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ClosestSquaredHeuristic
public ClosestSquaredHeuristic()
-
-
Method Details
-
getCost
public float getCost(int x, int y, int z, int tx, int ty, int tz) - Specified by:
getCost
in interfaceAStarHeuristic
-