This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| enum | NoInitType { } |
| T | ElementType ( ) |
| static const size_t | Dimension ( ) |
| T | M ( ) |
Matrix4 ( NoInitType ) | |
Matrix4 ( ) | |
Matrix4 ( T m11, T m12, T m13, T m14, T m21, T m22, T m23, T m24, T m31, T m32, T m33, T m34, T m41, T m42, T m43, T m44 ) | |
Matrix4 ( const typename CompatibleTypes< Matrix4< T >>::Type & s ) | |
| void | |
| void | SetIdentity ( ) |
| void | |
| Vector3< T > | GetXBasis ( ) |
| void | |
| Vector3< T > | GetYBasis ( ) |
| void | |
| Vector3< T > | GetZBasis ( ) |
| bool | operator== ( const Matrix4 & b ) |
| Matrix4 | |
| Matrix4 & | operator+= ( const Matrix4 & b ) |
| Matrix4 | |
| Matrix4 & | operator-= ( const Matrix4 & b ) |
| Matrix4 | |
| Matrix4 & | operator*= ( const Matrix4 & b ) |
| Matrix4 | operator* ( T s ) |
| Matrix4 & | operator*= ( T s ) |
| Matrix4 | operator/ ( T s ) |
| Matrix4 & | operator/= ( T s ) |
| Vector3< T > | |
| Vector4< T > | |
| Matrix4 | Transposed ( ) |
| void | Transpose ( ) |
| T | |
| T | |
| T | Determinant ( ) |
| Matrix4 | Adjugated ( ) |
| Matrix4 | Inverted ( ) |
| void | Invert ( ) |
| Matrix4 | |
| void | |
| void | |
| void | |
| void | SetTranslation ( const Vector3< T > & v ) |
| Vector3< T > | GetTranslation ( ) |
| T |
| static Matrix4 | FromString ( const char * src ) |
| static Matrix4 | Identity ( ) |
| static Matrix4 & | |
| static Matrix4 | |
| static Matrix4 | Translation ( const Vector3< T > & v ) |
| static Matrix4 | |
| static Matrix4 | |
| static Matrix4 | |
| static Matrix4 | Scaling ( T s ) |
| static Matrix4 | |
| static Matrix4 | RotationX ( T angle ) |
| static Matrix4 | RotationY ( T angle ) |
| static Matrix4 | RotationZ ( T angle ) |
| static Matrix4 | |
| static Matrix4 | |
| static Matrix4 | |
| static Matrix4 | |
| static Matrix4 |