This is the complete list of members for GxMatrix33, including all inherited members.
| __getStaticRtti(void) (defined in GxStructBase) | GxStructBase | inlinestatic |
| _m | GxMatrix33 | |
| addMatrix(const GxMatrix33 &matrix) | GxMatrix33 | |
| divScalar(f32 scalar) | GxMatrix33 | |
| getAddMatrix(GxMatrix33 &dst, const GxMatrix33 &matrix0, const GxMatrix33 &matrix1) | GxMatrix33 | static |
| getColumn(u32 column) const | GxMatrix33 | |
| getDeterminant(void) const | GxMatrix33 | |
| getDivScalar(GxMatrix33 &dst, const GxMatrix33 &matrix, f32 scalar) | GxMatrix33 | static |
| getInverse(void) const | GxMatrix33 | |
| getInverse(GxMatrix33 &dst, const GxMatrix33 &matrix) | GxMatrix33 | static |
| getMulMatrix(GxMatrix33 &dst, const GxMatrix33 &matrix0, const GxMatrix33 &matrix1) | GxMatrix33 | static |
| getMulScalar(GxMatrix33 &dst, const GxMatrix33 &matrix, f32 scalar) | GxMatrix33 | static |
| getPosition(void) const | GxMatrix33 | inline |
| getReference(u32 row, u32 column) | GxMatrix33 | |
| getReference(u32 row, u32 column) const | GxMatrix33 | |
| getRow(u32 row) const | GxMatrix33 | |
| getTranspose(void) const | GxMatrix33 | |
| getTranspose(GxMatrix33 &dst, const GxMatrix33 &matrix) | GxMatrix33 | static |
| getValue(u32 row, u32 column) const | GxMatrix33 | |
| GxMatrix33(void) | GxMatrix33 | inline |
| GxMatrix33(f32 m00, f32 m01, f32 m02, f32 m10, f32 m11, f32 m12, f32 m20, f32 m21, f32 m22) | GxMatrix33 | |
| IDENTITY | GxMatrix33 | static |
| inverse(void) | GxMatrix33 | |
| mulMatrix(const GxMatrix33 &matrix) | GxMatrix33 | |
| mulRotate(f32 radian) | GxMatrix33 | |
| mulScalar(f32 scalar) | GxMatrix33 | |
| mulScale(const GxVector2 &vector) | GxMatrix33 | |
| mulScale(f32 x, f32 y) | GxMatrix33 | |
| mulTranslate(const GxVector2 &vector) | GxMatrix33 | |
| mulTranslate(f32 x, f32 y) | GxMatrix33 | |
| operator!=(const GxMatrix33 &matrix) | GxMatrix33 | |
| operator*(const GxMatrix33 &matrix, f32 scalar) | GxMatrix33 | friend |
| operator*(const GxMatrix33 &matrix0, const GxMatrix44 &matrix1) | GxMatrix33 | friend |
| operator*=(f32 scalar) | GxMatrix33 | |
| operator*=(const GxMatrix33 &matrix) | GxMatrix33 | |
| operator+(const GxMatrix33 &matrix0, const GxMatrix44 &matrix1) | GxMatrix33 | friend |
| operator+=(const GxMatrix33 &matrix) | GxMatrix33 | |
| operator/(const GxMatrix33 &matrix, f32 scalar) | GxMatrix33 | friend |
| operator/=(f32 scalar) | GxMatrix33 | |
| operator=(const GxMatrix33 &matrix) | GxMatrix33 | |
| operator==(const GxMatrix33 &matrix) | GxMatrix33 | |
| setColumn(u32 column, const GxVector3 &vector) | GxMatrix33 | |
| setIdentity(void) | GxMatrix33 | |
| setPosition(const GxVector2 &position) | GxMatrix33 | |
| setPosition(f32 x, f32 y) | GxMatrix33 | |
| setRotate(f32 sinValue, f32 cosValue) | GxMatrix33 | |
| setRotate(f32 radian) | GxMatrix33 | inline |
| setRow(u32 row, const GxVector3 &vector) | GxMatrix33 | |
| setScale(const GxVector2 &vector) | GxMatrix33 | |
| setScale(f32 x, f32 y) | GxMatrix33 | |
| setTranslate(const GxVector2 &vector) | GxMatrix33 | |
| setTranslate(f32 x, f32 y) | GxMatrix33 | |
| setValue(u32 row, u32 column, f32 value) | GxMatrix33 | |
| transpose(void) | GxMatrix33 | |
| ZERO | GxMatrix33 | static |