#include <mia/3d/rot.hh>
Public Member Functions | |
| C3DDMatrix | as_matrix_3x3 () const |
| Quaternion | as_quaternion () const |
| std::string | as_string () const |
| C3DRotation () | |
| C3DRotation (const C3DRotation &other) | |
| C3DRotation (const C3DDMatrix &m) | |
| C3DRotation (const Quaternion &q) | |
| C3DRotation (const std::string &s) | |
| C3DRotation & | operator= (const C3DRotation &other) |
| ~C3DRotation () | |
Static Public Attributes | |
| static const C3DRotation | _1 |
| C3DRotation::C3DRotation | ( | ) |
| C3DRotation::~C3DRotation | ( | ) |
| C3DRotation::C3DRotation | ( | const C3DRotation & | other | ) |
| C3DRotation::C3DRotation | ( | const C3DDMatrix & | m | ) |
| C3DRotation::C3DRotation | ( | const Quaternion & | q | ) |
| C3DRotation::C3DRotation | ( | const std::string & | s | ) |
| C3DDMatrix C3DRotation::as_matrix_3x3 | ( | ) | const |
| Quaternion C3DRotation::as_quaternion | ( | ) | const |
| std::string C3DRotation::as_string | ( | ) | const |
Referenced by dispatch_attr_string< C3DRotation >::val2string().
| C3DRotation& C3DRotation::operator= | ( | const C3DRotation & | other | ) |
|
static |