|
Pyrogenesis
13997
|
#include <ICmpPathfinder.h>
Public Types | |
| enum | Type { POINT, CIRCLE, SQUARE } |
Public Attributes | |
| enum ICmpPathfinder::Goal::Type | type |
| entity_pos_t | x |
| entity_pos_t | z |
| CFixedVector2D | u |
| CFixedVector2D | v |
| entity_pos_t | hw |
| entity_pos_t | hh |
Definition at line 54 of file ICmpPathfinder.h.
| Enumerator | |
|---|---|
| POINT | |
| CIRCLE | |
| SQUARE | |
Definition at line 56 of file ICmpPathfinder.h.
| entity_pos_t ICmpPathfinder::Goal::hh |
Definition at line 63 of file ICmpPathfinder.h.
| entity_pos_t ICmpPathfinder::Goal::hw |
Definition at line 63 of file ICmpPathfinder.h.
| enum ICmpPathfinder::Goal::Type ICmpPathfinder::Goal::type |
| CFixedVector2D ICmpPathfinder::Goal::u |
Definition at line 62 of file ICmpPathfinder.h.
| CFixedVector2D ICmpPathfinder::Goal::v |
Definition at line 62 of file ICmpPathfinder.h.
| entity_pos_t ICmpPathfinder::Goal::x |
Definition at line 61 of file ICmpPathfinder.h.
| entity_pos_t ICmpPathfinder::Goal::z |
Definition at line 61 of file ICmpPathfinder.h.
1.8.5