#include <worldintegerpos.h>
Utilities for dealing with NavData coordinates, which are expressed in a world space based on integers.
Functions | |
void | Set (const CellPos &cellPos, const CoordPos &posInCell) |
Sets the coordinates of the vector to match the specified values. More... | |
void | Set (CellCoord cellCoordX, CellCoord cellCoordY, KyInt32 coordPosX, KyInt32 coordPosY) |
Sets the coordinates of the vector to match the specified values. More... | |
void | Clear () |
Clears all information maintained by this object. More... | |
bool | operator== (const WorldIntegerPos &rhs) const |
bool | operator!= (const WorldIntegerPos &rhs) const |
bool | operator< (const WorldIntegerPos &rhs) const |
bool | operator> (const WorldIntegerPos &rhs) const |
|
inline |
Clears all information maintained by this object.
Sets the coordinates of the vector to match the specified values.
|
inline |
Sets the coordinates of the vector to match the specified values.