Package zombie.ai.astar.heuristics
Class ClosestSquaredHeuristic
java.lang.Object
zombie.ai.astar.heuristics.ClosestSquaredHeuristic
- All Implemented Interfaces:
- AStarHeuristic
public class ClosestSquaredHeuristic extends java.lang.Object implements AStarHeuristic
- 
Constructor SummaryConstructors Constructor Description ClosestSquaredHeuristic()
- 
Method SummaryModifier and Type Method Description floatgetCost(TileBasedMap map, Mover mover, int x, int y, int z, int tx, int ty, int tz)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
ClosestSquaredHeuristicpublic ClosestSquaredHeuristic()
 
- 
- 
Method Details- 
getCost- Specified by:
- getCostin interface- AStarHeuristic
 
 
-