|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectzombie.ai.astar.SearchData
public class SearchData
The path cost for this node
Field Summary | |
---|---|
float |
cost
|
short |
depth
The search depth of this node |
float |
heuristic
The heuristic cost of this node |
AStarPathMap.Node |
parent
The parent of this node, how we reached it in the search |
Constructor Summary | |
---|---|
SearchData()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float cost
public short depth
public float heuristic
public AStarPathMap.Node parent
Constructor Detail |
---|
public SearchData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |