VRS::Matrix4x4Base< T > Member List
This is the complete list of members for
VRS::Matrix4x4Base< T >, including all inherited members.
| det() const | VRS::Matrix4x4Base< T > | |
| element(unsigned int i, unsigned int j) const | VRS::Matrix4x4Base< T > | |
| element(unsigned int i, unsigned int j) | VRS::Matrix4x4Base< T > | |
| getHint() const | VRS::Matrix4x4Base< T > | |
| identity | VRS::Matrix4x4Base< T > | [static] |
| inverse(Matrix4x4Base &result) const | VRS::Matrix4x4Base< T > | |
| inverse() const | VRS::Matrix4x4Base< T > | |
| Matrix4x4Base() | VRS::Matrix4x4Base< T > | |
| Matrix4x4Base(const Matrix4x4Base &m1, const Matrix4x4Base &m2) | VRS::Matrix4x4Base< T > | |
| Matrix4x4Base(T m00, T m01, T m02, T m03, T m10, T m11, T m12, T m13, T m20, T m21, T m22, T m23, T m30, T m31, T m32, T m33, MatrixType hint=Matrix4x4Base::MT_Unknown) | VRS::Matrix4x4Base< T > | |
| MatrixType enum name | VRS::Matrix4x4Base< T > | |
| MT_Check enum value | VRS::Matrix4x4Base< T > | |
| MT_Identity enum value | VRS::Matrix4x4Base< T > | |
| MT_Invalid enum value | VRS::Matrix4x4Base< T > | |
| MT_Scale enum value | VRS::Matrix4x4Base< T > | |
| MT_Translate enum value | VRS::Matrix4x4Base< T > | |
| MT_Unknown enum value | VRS::Matrix4x4Base< T > | |
| operator!=(const Matrix4x4Base &m) const | VRS::Matrix4x4Base< T > | |
| operator*=(T scalar) | VRS::Matrix4x4Base< T > | |
| operator*=(const Matrix4x4Base &m) | VRS::Matrix4x4Base< T > | |
| operator==(const Matrix4x4Base &m) const | VRS::Matrix4x4Base< T > | |
| pointer() const | VRS::Matrix4x4Base< T > | |
| rotation(const Vector3Base< T > &axis, const Vector3Base< T > ¢er, T angle) | VRS::Matrix4x4Base< T > | [static] |
| scaling(const Vector3Base< T > &s) | VRS::Matrix4x4Base< T > | [static] |
| setElement(unsigned int i, unsigned int j, T value) | VRS::Matrix4x4Base< T > | |
| setHint(MatrixType matrixtype=Matrix4x4Base::MT_Check) | VRS::Matrix4x4Base< T > | |
| subDet3x3(unsigned int omitColumn, unsigned int omitRow) const | VRS::Matrix4x4Base< T > | |
| toUpperLeft3x3() | VRS::Matrix4x4Base< T > | |
| translation(const Vector3Base< T > &t) | VRS::Matrix4x4Base< T > | [static] |
| transpose() | VRS::Matrix4x4Base< T > | |
| VRS_SERIALIZABLE_CLASS_ENUM(MatrixType) | VRS::Matrix4x4Base< T > | |
| VRS_SERIALIZABLE_NO_SO_CLASS(Matrix4x4Base) | VRS::Matrix4x4Base< T > | |