RotationUnit model the different values that can be taken by the unit field of a rotation. More...
#include <RotationUnit.h>
Static Public Member Functions | |
static RotationUnit & | DEG () |
degrees More... | |
static RotationUnit & | RAD () |
radians More... | |
Additional Inherited Members | |
Public Member Functions inherited from Unit | |
std::string | getUnitName () |
virtual | ~Unit ()=default |
Protected Attributes inherited from Unit | |
std::string | unitString |
RotationUnit model the different values that can be taken by the unit field of a rotation.
|
static |
degrees
Referenced by Rotation::Rotation(), and Loads::xmlRead().
|
static |