Package com.mygdx.game.AI
Class NodeHeuristic
- java.lang.Object
-
- com.mygdx.game.AI.NodeHeuristic
-
-
Constructor Summary
Constructors Constructor Description NodeHeuristic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
estimate(Node node, Node endNode)
Euclidean distance squared
-