AINode Class Reference

AINode class represents an action in A* search algorithm. More...

#include <AINode.h>

List of all members.

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


Detailed Description

AINode class represents an action in A* search algorithm.
The documentation for this class was generated from the following file:

Generated on Sun Jun 15 18:43:25 2008 for SpadeShip Project by  doxygen 1.5.5