21 #ifndef GF_ORIENTATION_H 22 #define GF_ORIENTATION_H 30 #ifndef DOXYGEN_SHOULD_SKIP_THIS 148 #ifndef DOXYGEN_SHOULD_SKIP_THIS 154 #endif // GF_ORIENTATION_H The north-east orientation.
The north-west orientation.
GF_CORE_API Orientation orientation(float angle)
Get an orientation from an angle.
GF_CORE_API Direction nextCCW(Direction direction)
Get the next direction counter-clockwise.
The south-west orientation.
The south-east orientation.
GF_CORE_API Direction opposite(Direction direction)
Get the opposite direction.
The namespace for gf classes.
Definition: Action.h:35
GF_CORE_API Direction nextCW(Direction direction)
Get the next direction clockwise.
GF_CORE_API Vector2f unit(Direction direction)
Get a unit vector from a direction.
GF_CORE_API Vector2i displacement(Direction direction)
Get a vector from a direction.
GF_CORE_API Direction orthogonalCW(Direction direction)
Get the orthogonal direction clockwise.
GF_CORE_API Direction orthogonalCCW(Direction direction)
Get the orthogonal direction counter-clockwise.
GF_CORE_API float angle(Direction direction)
Get an angle from a direction.
General purpose math vector.
Definition: Vector.h:61
Orientation
Cardinal and ordinal orientation.
Definition: Orientation.h:44