|
| | CTransformationMatrix2 () |
| |
| | CTransformationMatrix2 (const CMatrix< 3, 3 > &c_matrix) |
| |
| | CTransformationMatrix2 (const CRotationMatrix2 &c_rotation, const CVector2 &c_translation) |
| |
| | CTransformationMatrix2 (Real f_value0, Real f_value1, Real f_value2, Real f_value3, Real f_value4, Real f_value5, Real f_value6, Real f_value7, Real f_value8) |
| |
| void | SetFromMatrix (const CMatrix< 3, 3 > &c_matrix) |
| |
| void | SetFromComponents (const CRotationMatrix2 &c_rotation, const CVector2 &c_translation) |
| |
| void | SetFromValues (Real f_value0, Real f_value1, Real f_value2, Real f_value3, Real f_value4, Real f_value5, Real f_value6, Real f_value7, Real f_value8) |
| |
| void | SetRotationMatrix (const CRotationMatrix2 &c_rotation) |
| |
| CRotationMatrix2 | GetRotationMatrix () const |
| |
| void | SetTranslationVector (const CVector2 &c_translation) |
| |
| CVector2 | GetTranslationVector () const |
| |
| | CSquareMatrix () |
| |
| | CSquareMatrix (const CMatrix< DIM, DIM > &c_other) |
| |
| void | SetIdentityMatrix () |
| |
| bool | IsIdentityMatrix () |
| |
| Real | GetDeterminant () const |
| |
| Real | GetDeterminant () const |
| |
| Real | GetDeterminant () const |
| |
| Real | GetDeterminant () const |
| |
| Real | GetDeterminant () const |
| |
| CSquareMatrix< DIM > | GetCofactorMatrix () const |
| | Find the cofactor matrix. More...
|
| |
| CSquareMatrix< 2 > | GetCofactorMatrix () const |
| |
| CSquareMatrix< 2 > | GetCofactorMatrix () const |
| |
| CSquareMatrix< DIM > | GetTransposed () const |
| |
| CSquareMatrix< DIM > | GetInverse () const |
| |
| | CMatrix () |
| |
| | CMatrix (const Real *pf_values) |
| |
| | CMatrix (const CMatrix< ROWS, COLS > &c_matrix) |
| |
| CMatrix< ROWS, COLS > & | operator= (const CMatrix< ROWS, COLS > &c_matrix) |
| |
| Real & | operator() (UInt32 un_row, UInt32 un_col) |
| |
| Real | operator() (UInt32 un_row, UInt32 un_col) const |
| |
| Real | operator() (UInt32 un_idx) const |
| |
| Real & | operator() (UInt32 un_idx) |
| |
| void | Set (const Real *f_values) |
| |
| void | SetZero () |
| |
| CMatrix< COLS, ROWS > | GetTransposed () const |
| |
| void | GetSubMatrix (CMatrix< SMROWS, SMCOLS > &c_sub_matrix, UInt32 un_offset_row, UInt32 un_offset_col) const |
| |
| bool | operator== (const CMatrix< ROWS, COLS > &c_matrix) const |
| |
| CMatrix< ROWS, COLS > & | operator+= (const CMatrix< ROWS, COLS > &c_matrix) |
| |
| CMatrix< ROWS, COLS > & | operator-= (const CMatrix< ROWS, COLS > &c_matrix) |
| |
| CMatrix< ROWS, COLS > & | operator*= (Real f_scale) |
| |
| CMatrix< ROWS, COLS > & | operator*= (const CMatrix< COLS, COLS > &c_matrix) |
| |
| CMatrix< ROWS, COLS > | operator+ (const CMatrix< ROWS, COLS > &c_matrix) const |
| |
| CMatrix< ROWS, COLS > | operator- (const CMatrix< ROWS, COLS > &c_matrix) const |
| |
| CMatrix< ROWS, COLS > | operator- () const |
| |
| CMatrix< ROWS, OTRCOLS > | operator* (const CMatrix< COLS, OTRCOLS > &c_matrix) const |
| |
Definition at line 21 of file transformationmatrix2.h.