|
Pyrogenesis
13997
|
Public Types | |
| enum | { UNEXPLORED, OPEN, CLOSED } |
Public Attributes | |
| CFixedVector2D | p |
| fixed | g |
| fixed | h |
| u16 | pred |
| u8 | status |
| u8 | quadInward: 4 |
| u8 | quadOutward: 4 |
Definition at line 86 of file CCmpPathfinder_Vertex.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| UNEXPLORED | |
| OPEN | |
| CLOSED | |
Definition at line 88 of file CCmpPathfinder_Vertex.cpp.
| fixed Vertex::g |
Definition at line 96 of file CCmpPathfinder_Vertex.cpp.
| fixed Vertex::h |
Definition at line 96 of file CCmpPathfinder_Vertex.cpp.
| CFixedVector2D Vertex::p |
Definition at line 95 of file CCmpPathfinder_Vertex.cpp.
| u16 Vertex::pred |
Definition at line 97 of file CCmpPathfinder_Vertex.cpp.
| u8 Vertex::quadInward |
Definition at line 99 of file CCmpPathfinder_Vertex.cpp.
| u8 Vertex::quadOutward |
Definition at line 100 of file CCmpPathfinder_Vertex.cpp.
| u8 Vertex::status |
Definition at line 98 of file CCmpPathfinder_Vertex.cpp.
1.8.5