#include <RageTypes.h>
Public Member Functions | |
RageMatrix () | |
RageMatrix (const float *f) | |
RageMatrix (const RageMatrix &other) | |
RageMatrix (float v00, float v01, float v02, float v03, float v10, float v11, float v12, float v13, float v20, float v21, float v22, float v23, float v30, float v31, float v32, float v33) | |
float & | operator() (int iRow, int iCol) |
float | operator() (int iRow, int iCol) const |
operator float * () | |
operator const float * () const | |
RageMatrix | GetTranspose () const |
Public Attributes | |
float | m [4][4] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|