A node in the grid. More...
#include <IPathFinderStrategy.h>
Public Attributes | |
Index | parent |
Index of this nodes parent in the grid. More... | |
Index | index |
Position of this node in the grid. More... | |
A node in the grid.
Definition at line 68 of file IPathFinderStrategy.h.
Index ime::IPathFinderStrategy::Node::index |
Position of this node in the grid.
Definition at line 70 of file IPathFinderStrategy.h.
Index ime::IPathFinderStrategy::Node::parent |
Index of this nodes parent in the grid.
Definition at line 69 of file IPathFinderStrategy.h.