|
| CRotationMatrix2 () |
|
| CRotationMatrix2 (const CMatrix< 2, 2 > &c_matrix) |
|
| CRotationMatrix2 (const CRadians &c_angle) |
|
| CRotationMatrix2 (Real f_value0, Real f_value1, Real f_value2, Real f_value3) |
|
void | SetFromMatrix (const CMatrix< 2, 2 > &c_matrix) |
|
void | SetFromAngle (const CRadians &c_angle) |
|
void | SetFromValues (Real f_value0, Real f_value1, Real f_value2, Real f_value3) |
|
CVector2 | operator* (const CVector2 &c_vector) const |
|
| CSquareMatrix () |
|
void | SetIdentityMatrix () |
|
bool | IsIdentityMatrix () |
|
| 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) |
|
CMatrix< COLS, ROWS > | GetTransposed () |
|
CMatrix< SMROWS, SMCOLS > & | GetSubmatrix (CMatrix< SMROWS, SMCOLS > &c_matrix, UInt32 un_offset_row, UInt32 un_offset_col) |
|
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, OTRCOLS > | operator* (const CMatrix< COLS, OTRCOLS > &c_matrix) const |
|
Definition at line 21 of file rotationmatrix2.h.