Col1() const | csMatrix2 | [inline] |
Col2() const | csMatrix2 | [inline] |
csMatrix2() | csMatrix2 | |
csMatrix2(float m11, float m12, float m21, float m22) | csMatrix2 | |
Determinant() const | csMatrix2 | |
GetInverse() const | csMatrix2 | [inline] |
GetTranspose() const | csMatrix2 | |
Identity() | csMatrix2 | |
Invert() | csMatrix2 | [inline] |
operator *(const csMatrix2 &m1, const csMatrix2 &m2) | csMatrix2 | [friend] |
operator *(const csMatrix2 &m, const csVector2 &v) | csMatrix2 | [friend] |
operator *(const csMatrix2 &m, float f) | csMatrix2 | [friend] |
operator *(float f, const csMatrix2 &m) | csMatrix2 | [friend] |
operator *=(const csMatrix2 &m) | csMatrix2 | |
operator *=(float s) | csMatrix2 | |
operator+() const | csMatrix2 | [inline] |
operator+(const csMatrix2 &m1, const csMatrix2 &m2) | csMatrix2 | [friend] |
operator+=(const csMatrix2 &m) | csMatrix2 | |
operator-() const | csMatrix2 | [inline] |
operator-(const csMatrix2 &m1, const csMatrix2 &m2) | csMatrix2 | [friend] |
operator-=(const csMatrix2 &m) | csMatrix2 | |
operator/(const csMatrix2 &m, float f) | csMatrix2 | [friend] |
operator/=(float s) | csMatrix2 | |
Row1() const | csMatrix2 | [inline] |
Row2() const | csMatrix2 | [inline] |
Set(float m11, float m12, float m21, float m22) | csMatrix2 | [inline] |
Transpose() | csMatrix2 | |