Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

simulation
Class AStarNode

   in AStarEngine.h

class AStarNode


Field Summary
 CVector2D coord
          
 float f
          
 float g
          
 float h
          
 AStarNode* parent
          
 
Method Summary
 bool equals( const AStarNode& rhs ) const
          
 bool operator<( const AStarNode& rhs ) const
          
 

Field Detail

coord

public CVector2D coord;

f

public float f;

g

public float g;

h

public float h;

parent

public AStarNode* parent;


Method Detail

equals

public bool equals( const AStarNode& rhs ) const;

operator<

public bool operator<( const AStarNode& rhs ) const;

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD