Class LowLevelSearchNode
java.lang.Object
astar.ASearchNode
zombie.characters.animals.pathfind.LowLevelSearchNode
-
Method Summary
Modifier and TypeMethodDescriptiondoublec(ISearchNode iSearchNode) floatfloatfloatfloatvoidgetSuccessors(ArrayList<ISearchNode> arrayList) floatgetX()floatgetY()floatgetZ()doubleh()keyCode()voidsetParent(ISearchNode iSearchNode) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface astar.ISearchNode
equals, hashCode
-
Method Details
-
h
public double h() -
c
-
getSuccessors
-
getParent
-
setParent
-
keyCode
-
getEdgeMidPointX
public float getEdgeMidPointX() -
getEdgeMidPointY
public float getEdgeMidPointY() -
getCentroidX
public float getCentroidX() -
getCentroidY
public float getCentroidY() -
getX
public float getX() -
getY
public float getY() -
getZ
public float getZ()
-