#include <astar2.h>
Public Member Functions | |
| Node () | |
| bool | operator< (const Node &a) |
Public Attributes | |
| HexCoord | h |
| int | gval |
| int | hval |
|
|
|
|
|
|
|
|
Definition at line 50 of file astar2.h. Referenced by AStar::findPath(), operator<(), operator==(), and operator>(). |
|
|
Definition at line 49 of file astar2.h. Referenced by AStar::findPath(), and operator==(). |
|
|
Definition at line 51 of file astar2.h. Referenced by AStar::findPath(), operator<(), operator==(), and operator>(). |
1.4.2