Package zombie.ai.astar
Class SearchData
java.lang.Object
zombie.ai.astar.SearchData
public class SearchData
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description floatcostshortdepthfloatheuristicIsoGridSquareparent -
Constructor Summary
Constructors Constructor Description SearchData() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
cost
public float cost -
depth
public short depth -
heuristic
public float heuristic -
parent
-
-
Constructor Details
-
SearchData
public SearchData()
-