Public Member Functions | |
AStarState (const TiledGraphEdgeId &graphEdgeId, int prior, float costToTraverseEdge, float f, float g, float h, bool closed) | |
const TiledGraphEdgeId & | GetGraphEdgeId () const |
const int | Prior () const |
float | GetCostToTraverseEdge () const |
float | F () const |
float | G () const |
float | H () const |
bool | IsClosed () const |
void | Close () |
void | Update (int prior, float g) |