, including all inherited members.
| _11 | CMatrix44 | |
| _12 | CMatrix44 | |
| _13 | CMatrix44 | |
| _14 | CMatrix44 | |
| _21 | CMatrix44 | |
| _22 | CMatrix44 | |
| _23 | CMatrix44 | |
| _24 | CMatrix44 | |
| _31 | CMatrix44 | |
| _32 | CMatrix44 | |
| _33 | CMatrix44 | |
| _34 | CMatrix44 | |
| _41 | CMatrix44 | |
| _42 | CMatrix44 | |
| _43 | CMatrix44 | |
| _44 | CMatrix44 | |
| CMatrix44() | CMatrix44 | [inline] |
| CMatrix44(const float &f) | CMatrix44 | |
| CMatrix44(const float &f11, const float &f12, const float &f13, const float &f14, const float &f21, const float &f22, const float &f23, const float &f24, const float &f31, const float &f32, const float &f33, const float &f34, const float &f41, const float &f42, const float &f43, const float &f44) | CMatrix44 | |
| CMatrix44(const CMatrix44 &other) | CMatrix44 | |
| Determinant() | CMatrix44 | |
| GetZXYRotationVector() | CMatrix44 | |
| Identity() | CMatrix44 | |
| Invert() | CMatrix44 | |
| Log(word wTargetLog) const | CMatrix44 | |
| Multiply(const CMatrix44 &first, const CMatrix44 &second) | CMatrix44 | |
| operator!=(const CMatrix44 &other) const | CMatrix44 | |
| operator*(const CMatrix44 &other) const | CMatrix44 | |
| operator*(const CVector3f &v) const | CMatrix44 | |
| operator*=(const CMatrix44 &other) | CMatrix44 | |
| operator=(const CMatrix44 &other) | CMatrix44 | |
| operator==(const CMatrix44 &other) const | CMatrix44 | |
| Orthogonal(const float &fWidth, const float &fHeight, const float &fNearZ, const float &fFarZ) | CMatrix44 | |
| Perspective(const float &fFov, const float &fAspectRatio, const float &fNearZ, const float &fFarZ) | CMatrix44 | |
| RotationX(const float &fRad) | CMatrix44 | |
| RotationY(const float &fRad) | CMatrix44 | |
| RotationZ(const float &fRad) | CMatrix44 | |
| RotationZXY(const float &fX, const float &fY, const float &fZ) | CMatrix44 | |
| RotationZXY(const CVector3f &vRotation) | CMatrix44 | |
| RotationZYX(const float &fX, const float &fY, const float &fZ) | CMatrix44 | |
| RotationZYX(const CVector3f &vRotation) | CMatrix44 | |
| Scaling(const float &fX, const float &fY, const float &fZ) | CMatrix44 | |
| Scaling(const CVector3f &vScale) | CMatrix44 | |
| Set(const float &f) | CMatrix44 | |
| Set(const float &f11, const float &f12, const float &f13, const float &f14, const float &f21, const float &f22, const float &f23, const float &f24, const float &f31, const float &f32, const float &f33, const float &f34, const float &f41, const float &f42, const float &f43, const float &f44) | CMatrix44 | |
| Translation(const float &fX, const float &fY, const float &fZ) | CMatrix44 | |
| Translation(const CVector3f &vTranslation) | CMatrix44 | |
| Transpose() | CMatrix44 | |
| TransposeFrom(const CMatrix44 &m) | CMatrix44 | |