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 ( ) |
Matrix3 ( NoInitType ) | |
Matrix3 ( ) | |
Matrix3 ( T s ) | |
Matrix3 ( const typename CompatibleTypes< Matrix3< T >>::Type & s ) | |
| T | |
| T & | |
| void | |
| void | SetIdentity ( ) |
| T | Trace ( ) |
| bool | operator== ( const Matrix3 & b ) |
| Matrix3 | |
| Matrix3 & | operator+= ( const Matrix3 & b ) |
| void | |
| Matrix3 | |
| Matrix3 & | operator-= ( const Matrix3 & b ) |
| Matrix3 | |
| Matrix3 & | operator*= ( const Matrix3 & b ) |
| Matrix3 | operator* ( T s ) |
| Matrix3 & | operator*= ( T s ) |
| Vector3< T > | |
| Matrix3 | operator/ ( T s ) |
| Matrix3 & | operator/= ( T s ) |
| Vector2< T > | |
| Vector3< T > | |
| Matrix3 | Transposed ( ) |
| void | Transpose ( ) |
| T | |
| void | |
| void | |
| Vector3< T > | Col ( int c ) |
| Vector3< T > | Row ( int r ) |
| Vector3< T > | GetColumn ( int c ) |
| Vector3< T > | GetRow ( int r ) |
| void | |
| void | |
| T | Determinant ( ) |
| Matrix3< T > | Inverse ( ) |
| T | Angle ( ) |
| T |
| static Matrix3 | FromString ( const char * src ) |
| static Matrix3 | Identity ( ) |
| static Matrix3 | |
| static Matrix3 | |
| static Matrix3 & | |
| static Matrix3 | |
| static Matrix3 | LeftCrossAsMatrix ( const Vector3< T > & L ) |
| static Matrix3 | RightCrossAsMatrix ( const Vector3< T > & R ) |