Kaim::NavVertex Class Reference
#include <navvertex.h>
Represents a single vertex that forms the corner of at least one NavMesh triangle.
NavVertex coordinates are stored on 8 bits and are local to its NavCell.
CoordPos Kaim::NavVertex::GetCoordPos |
( |
| ) |
const |
|
inline |
Returns the position of the vertex in an integer grid. For internal use.
CoordPos64 Kaim::NavVertex::GetCoordPos64 |
( |
| ) |
const |
|
inline |
Returns the position of the vertex in an integer grid. For internal use.
KyInt32 Kaim::NavVertex::GetX32 |
( |
| ) |
const |
|
inline |
Returns the X coordinate of the vertex.
KyInt64 Kaim::NavVertex::GetX64 |
( |
| ) |
const |
|
inline |
Returns the X coordinate of the vertex.
KyInt32 Kaim::NavVertex::GetY32 |
( |
| ) |
const |
|
inline |
Returns the Y coordinate of the vertex.
KyInt64 Kaim::NavVertex::GetY64 |
( |
| ) |
const |
|
inline |
Returns the Y coordinate of the vertex.
Retrieves the size of the vector around one of its axes.
Use [0] for the X axis, or [1] for the Y axis.
Stores the X coordinate of the vertex. Do not modify.
Stores the Y coordinate of the vertex. Do not modify.
The documentation for this class was generated from the following file: