Kaim::WorldIntegerPos Class Reference

Kaim::WorldIntegerPos Class Reference

#include <worldintegerpos.h>

Class Description

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
 

Member Function Documentation

void Kaim::WorldIntegerPos::Clear ( )
inline

Clears all information maintained by this object.

void Kaim::WorldIntegerPos::Set ( const CellPos cellPos,
const CoordPos posInCell 
)
inline

Sets the coordinates of the vector to match the specified values.

void Kaim::WorldIntegerPos::Set ( CellCoord  cellCoordX,
CellCoord  cellCoordY,
KyInt32  coordPosX,
KyInt32  coordPosY 
)
inline

Sets the coordinates of the vector to match the specified values.


The documentation for this class was generated from the following file: