Class PathHeuristic

  • All Implemented Interfaces:
    com.badlogic.gdx.ai.pfa.Heuristic<Node>

    public final class PathHeuristic
    extends java.lang.Object
    implements com.badlogic.gdx.ai.pfa.Heuristic<Node>
    • Constructor Summary

      Constructors 
      Constructor Description
      PathHeuristic()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float estimate​(Node node, Node endNode)  
      • Methods inherited from class java.lang.Object

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

      • PathHeuristic

        public PathHeuristic()
    • Method Detail

      • estimate

        public float estimate​(Node node,
                              Node endNode)
        Specified by:
        estimate in interface com.badlogic.gdx.ai.pfa.Heuristic<Node>