Class ClosestSquaredHeuristic

java.lang.Object
zombie.ai.astar.heuristics.ClosestSquaredHeuristic
All Implemented Interfaces:
AStarHeuristic

public class ClosestSquaredHeuristic
extends java.lang.Object
implements AStarHeuristic
  • Constructor Summary

    Constructors
    Constructor Description
    ClosestSquaredHeuristic()  
  • Method Summary

    Modifier and Type Method Description
    float getCost​(TileBasedMap tileBasedMap, Mover mover, int int1, int int2, int int3, int int4, int int5, int int6)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ClosestSquaredHeuristic

      public ClosestSquaredHeuristic()
  • Method Details

    • getCost

      public float getCost​(TileBasedMap tileBasedMap, Mover mover, int int1, int int2, int int3, int int4, int int5, int int6)
      Specified by:
      getCost in interface AStarHeuristic