Class LowLevelSearchNode
java.lang.Object
astar.ASearchNode
zombie.characters.animals.pathfind.LowLevelSearchNode
- All Implemented Interfaces:
astar.ISearchNode
public final class LowLevelSearchNode
extends astar.ASearchNode
-
Method Details
-
h
public double h() -
c
public double c(astar.ISearchNode iSearchNode) -
getSuccessors
-
getParent
public astar.ISearchNode getParent() -
setParent
public void setParent(astar.ISearchNode iSearchNode) -
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()
-