|
Momentum Scripting v1
|
#include <EulerAngles.h>
Public Member Functions | |
| EulerOrder (EulerConvention::Convention=EulerConvention::DEFAULT_CONVENTION) | |
| int | getConvention () const |
| int | i () const |
| bool | isOdd () const |
| bool | isRepeat () const |
| bool | isStatic () const |
| int | j () const |
| int | k () const |
| bool | operator= (const EulerConvention::Convention &c) |
| bool | operator= (const int &c) |
Static Public Attributes | |
| static const char * | names [] |
| MOMENTUM_NAMESPACE::EulerAngles::EulerOrder::EulerOrder | ( | EulerConvention::Convention | c = EulerConvention::DEFAULT_CONVENTION | ) |
Default constructor: EulerConvention::Convention::DEFAULT_CONVENTION convention and 0 angles.
| int MOMENTUM_NAMESPACE::EulerAngles::EulerOrder::getConvention | ( | ) | const |
Get the current convention.
| int MOMENTUM_NAMESPACE::EulerAngles::EulerOrder::i | ( | ) | const |
| bool MOMENTUM_NAMESPACE::EulerAngles::EulerOrder::isOdd | ( | ) | const |
| bool MOMENTUM_NAMESPACE::EulerAngles::EulerOrder::isRepeat | ( | ) | const |
| bool MOMENTUM_NAMESPACE::EulerAngles::EulerOrder::isStatic | ( | ) | const |
The computational routines used by the EulerAngle class.
| int MOMENTUM_NAMESPACE::EulerAngles::EulerOrder::j | ( | ) | const |
| int MOMENTUM_NAMESPACE::EulerAngles::EulerOrder::k | ( | ) | const |
| bool MOMENTUM_NAMESPACE::EulerAngles::EulerOrder::operator= | ( | const EulerConvention::Convention & | c | ) |
Assignment operator.
| bool MOMENTUM_NAMESPACE::EulerAngles::EulerOrder::operator= | ( | const int & | c | ) |
Assignment operator and conversion from int.
|
static |