#include <AINode.h>
Public Attributes | |
int | wrongDir |
the opposite direction. used for preventing moving back | |
double | f |
A* "f" - estimated cost of this solution at this node. | |
double | g |
A* "g" - cost to get to this node. | |
double | step |
The length of the action. | |
Ogre::Vector3 | path |
Direction of movement for this node. | |
Ogre::Vector3 | fpos |
current position | |
Ogre::Vector3 | tpos |
final position |