|
| Matrix3x2T (ValueType _11, ValueType _12, ValueType _21, ValueType _22, ValueType _31, ValueType _32) |
|
| Matrix3x2T (const ValueType *p) |
|
| Matrix3x2T (const Matrix3x2T &other) |
|
KGE_SUPPRESS_WARNING_PUSH | KGE_SUPPRESS_WARNING (26495) template< typename _MTy > Matrix3x2T(const _MTy &other) |
|
KGE_SUPPRESS_WARNING_POP ValueType | operator[] (uint32_t index) const |
|
ValueType & | operator[] (uint32_t index) |
|
Matrix3x2T & | operator= (const Matrix3x2T &other) |
|
template<typename _Lty , typename _Rty > |
Matrix3x2T & | operator= (const MatrixMultiply< ValueType, _Lty, _Rty > &other) |
|
Matrix3x2T & | operator*= (const Matrix3x2T &other) |
|
void | Identity () |
|
bool | IsIdentity () const |
|
Matrix3x2T | Invert () const |
|
bool | IsInvertible () const |
|
ValueType | Determinant () const |
|
Vec2Type | Transform (const Vec2Type &v) const |
|
RectType | Transform (const RectType &rect) const |
|
void | Translate (const Vec2Type &v) |
|