gwnavruntime/math/cardinaldir.h File Reference

cardinaldir.h File Reference

Namespaces

 Kaim
 The Autodesk Navigation namespace.
 

Typedefs

typedef KyUInt32 Kaim::CardinalDir
 Defines a type that refers to one of the cardinal points on the compass: More...
 

Variables

static const CardinalDir Kaim::CardinalDir_EAST = 0
 X positive axis. More...
 
static const CardinalDir Kaim::CardinalDir_NORTH = 1
 Y positive axis. More...
 
static const CardinalDir Kaim::CardinalDir_WEST = 2
 X negative axis. More...
 
static const CardinalDir Kaim::CardinalDir_SOUTH = 3
 Y negative axis. More...
 
static const CardinalDir Kaim::CardinalDir_INVALID = 0xFFFFFFFF
 Invalid cardinal direction. More...
 

Go to the source code of this file.