|
| | R3D (T3DType type, int flags, T3DError error, const double *d1=0x0, const double *d2=0x0) |
| | R3D constructor.
|
| | R3D (T3DType type=T3D_MATRIX, int flags=0) |
| | R3D constructor.
|
| | R3D (const R3D *r3d) |
| | R3D constructor.
|
| | R3D (const T3DMatrix &m) |
| | R3D::R3D(const R3D *r3d)
|
| R3D & | convertTo (T3DType type) |
| | Convert a R3D into another representation.
|
| R3D & | invert (void) |
| | Invert a R3D.
|
| R3D | operator~ (void) |
| | Inverse of a R3D.
|
| R3D | operator* (R3D &r3d) |
| | Compose two R3D.
|
| double & | operator[] (unsigned int i) |
| | Acessor for matrices elements.
|
| double & | operator() (unsigned int i, unsigned int j) |
| | Acessor for matrices elements.
|
| double & | operator[] (int i) |
| | Accessor for Tait-Brayan angles.
|
| double & | operator[] (T3DBryanIndex i) |
| | Accessor for Tait-Brayan angles.
|
| | T3D (T3DType type, int flags, T3DError error, const double *d1=0x0, const double *d2=0x0) |
| | T3D constructor.
|
| | T3D (T3DType type=T3D_MATRIX, int flags=0) |
| | T3D constructor.
|
| | T3D (const T3D *t3d) |
| | T3D constructor.
|
| | T3D (const T3DMatrix &m) |
| | T3D constructor.
|
| | T3D (double _yaw, double _pitch, double _roll, double _x, double _y, double _z) |
| | T3DBryan constructor.
|
| T3D & | convertTo (T3DType type) |
| | Convert a T3D into another representation.
|
| T3D & | invert (void) |
| | Invert a T3D.
|
| T3D | operator~ (void) const |
| | Inverse of a T3D.
|
| T3D | operator* (T3D &t3d) |
| | Composition of two T3D.
|