CMatrix33 Member List
This is the complete list of members for
CMatrix33, including all inherited members.
| _11 | CMatrix33 | |
| _12 | CMatrix33 | |
| _13 | CMatrix33 | |
| _21 | CMatrix33 | |
| _22 | CMatrix33 | |
| _23 | CMatrix33 | |
| _31 | CMatrix33 | |
| _32 | CMatrix33 | |
| _33 | CMatrix33 | |
| CMatrix33() | CMatrix33 | [inline] |
| CMatrix33(const float &f) | CMatrix33 | |
| CMatrix33(const float &f11, const float &f12, const float &f13, const float &f21, const float &f22, const float &f23, const float &f31, const float &f32, const float &f33) | CMatrix33 | |
| CMatrix33(const CMatrix33 &other) | CMatrix33 | |
| GetZXYRotationVector() | CMatrix33 | |
| Identity() | CMatrix33 | |
| Inverse() | CMatrix33 | |
| InverseFrom(const CMatrix33 &m) | CMatrix33 | |
| Log(word wTargetLog) const | CMatrix33 | |
| Multiply(const CMatrix33 &first, const CMatrix33 &second) | CMatrix33 | |
| operator!=(const CMatrix33 &other) const | CMatrix33 | |
| operator*(const CMatrix33 &other) const | CMatrix33 | |
| operator*(const CVector3f &v) const | CMatrix33 | |
| operator*=(const CMatrix33 &other) | CMatrix33 | |
| operator=(const CMatrix33 &other) | CMatrix33 | |
| operator==(const CMatrix33 &other) const | CMatrix33 | |
| RotationX(const float &fRad) | CMatrix33 | |
| RotationY(const float &fRad) | CMatrix33 | |
| RotationZ(const float &fRad) | CMatrix33 | |
| RotationZXY(const float &fX, const float &fY, const float &fZ) | CMatrix33 | |
| RotationZXY(const CVector3f &vRotation) | CMatrix33 | |
| Scaling(const float &fX, const float &fY, const float &fZ) | CMatrix33 | |
| Scaling(const CVector3f &vScale) | CMatrix33 | |
| Set(const float &f) | CMatrix33 | |
| Set(const float &f11, const float &f12, const float &f13, const float &f21, const float &f22, const float &f23, const float &f31, const float &f32, const float &f33) | CMatrix33 | |
| Transpose() | CMatrix33 | |
| TransposeFrom(const CMatrix33 &m) | CMatrix33 | |