Class LowLevelSearchNode
java.lang.Object
astar.ASearchNode
zombie.characters.animals.pathfind.LowLevelSearchNode
-
Method Summary
Modifier and TypeMethodDescriptiondouble
c
(ISearchNode iSearchNode) float
float
float
float
void
getSuccessors
(ArrayList<ISearchNode> arrayList) float
getX()
float
getY()
float
getZ()
double
h()
keyCode()
void
setParent
(ISearchNode iSearchNode) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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()
-