Matrix Class Reference
List of all members.
Public Member Functions |
| Matrix (const float m00, const float m10, const float m20, const float m01, const float m11, const float m21, const float m02, const float m12, const float m22) |
| Matrix (const Matrix &other) |
Matrix | operator* (const Matrix &other) const |
Matrix & | operator*= (const Matrix &other) |
Matrix | GetInverse () const |
Matrix & | Inverse () |
Matrix & | Identity () |
Matrix & | Rotation (const float fRotation) |
Matrix & | Translation (const float fTranslationX, const float fTranslationY) |
Matrix & | Scaling (const float fScaleX, const float fScaleY) |
float | GetDeterminant () const |
Public Attributes |
float | _00 |
float | _10 |
float | _20 |
float | _01 |
float | _11 |
float | _21 |
float | _02 |
float | _12 |
float | _22 |
The documentation for this class was generated from the following file:
- C:/Users/Marc/Desktop/Phystank/trunk/src/util/Matrix.h