21 #ifndef GF_ORIENTATION_H    22 #define GF_ORIENTATION_H    28 #ifndef DOXYGEN_SHOULD_SKIP_THIS   133 #ifndef DOXYGEN_SHOULD_SKIP_THIS Orientation nextCW(Orientation orientation)
Get the next orientation clockwise. 
 
Orientation nextCCW(Orientation orientation)
Get the next orientation counter-clockwise. 
 
Orientation opposite(Orientation orientation)
Get the opposite orientation. 
 
The center, indicates no orientation. 
 
The south-west orientation. 
 
The north-east orientation. 
 
The south-east orientation. 
 
The namespace for gf classes. 
Definition: Action.h:34
 
Orientation orthogonalCW(Orientation orientation)
Get the orthogonal orientation clockwise. 
 
Orientation orthogonalCCW(Orientation orientation)
Get the orthogonal orientation counter-clockwise. 
 
Orientation
Cardinal and ordinal orientation. 
Definition: Orientation.h:42
 
#define GF_API
Definition: Portability.h:35
 
float angle(Orientation orientation)
Get an angle from a orientation. 
 
The north-west orientation. 
 
Vector2i displacement(Orientation orientation)
Get a vector from an orientation. 
 
Vector2f unit(Orientation orientation)
Get a unit vector from an orientation.