Public Member Functions | |
Matrix34Translate (const XYZ &t) | |
![]() | |
Matrix34 () | |
Null constructor. More... | |
Matrix34 (const Matrix33 &r, const XYZ &t) | |
Construct from a rotation and translation. | |
Matrix34 (const XYZ &rx, const XYZ &ry, const XYZ &rz, const XYZ &tr) | |
Construct from column vectors. | |
~Matrix34 () | |
Destructor. | |
void | assign (const Matrix34 &m) |
Additional Inherited Members | |
![]() | |
Matrix33 | rotate |
3x3 rotational component | |
XYZ | translate |
Translational component. | |