This is the complete list of members for GxMatrix22, including all inherited members.
__getStaticRtti(void) (defined in GxStructBase) | GxStructBase | inlinestatic |
_m | GxMatrix22 | |
addMatrix(const GxMatrix22 &matrix) | GxMatrix22 | |
divScalar(f32 scalar) | GxMatrix22 | |
getAddMatrix(GxMatrix22 &dst, const GxMatrix22 &matrix0, const GxMatrix22 &matrix1) | GxMatrix22 | static |
getColumn(u32 column) const | GxMatrix22 | |
getDeterminant(void) const | GxMatrix22 | |
getDivScalar(GxMatrix22 &dst, const GxMatrix22 &matrix, f32 scalar) | GxMatrix22 | static |
getInverse(void) const | GxMatrix22 | |
getInverse(GxMatrix22 &dst, const GxMatrix22 &matrix) | GxMatrix22 | static |
getMulMatrix(GxMatrix22 &dst, const GxMatrix22 &matrix0, const GxMatrix22 &matrix1) | GxMatrix22 | static |
getMulScalar(GxMatrix22 &dst, const GxMatrix22 &matrix, f32 scalar) | GxMatrix22 | static |
getReference(u32 row, u32 column) | GxMatrix22 | |
getReference(u32 row, u32 column) const | GxMatrix22 | |
getRow(u32 row) const | GxMatrix22 | |
getTranspose(void) const | GxMatrix22 | |
getTranspose(GxMatrix22 &dst, const GxMatrix22 &matrix) | GxMatrix22 | static |
getValue(u32 row, u32 column) const | GxMatrix22 | |
GxMatrix22(void) | GxMatrix22 | inline |
GxMatrix22(f32 m00, f32 m01, f32 m10, f32 m11) | GxMatrix22 | |
IDENTITY | GxMatrix22 | static |
inverse(void) | GxMatrix22 | |
mulMatrix(const GxMatrix22 &matrix) | GxMatrix22 | |
mulScalar(f32 scalar) | GxMatrix22 | |
operator!=(const GxMatrix22 &matrix) | GxMatrix22 | |
operator*(const GxMatrix22 &matrix, f32 scalar) | GxMatrix22 | friend |
operator*(const GxMatrix22 &matrix0, const GxMatrix22 &matrix1) | GxMatrix22 | friend |
operator*=(f32 scalar) | GxMatrix22 | |
operator*=(const GxMatrix22 &matrix) | GxMatrix22 | |
operator+(const GxMatrix22 &matrix0, const GxMatrix22 &matrix1) | GxMatrix22 | friend |
operator+=(const GxMatrix22 &matrix) | GxMatrix22 | |
operator/(const GxMatrix22 &matrix, f32 scalar) | GxMatrix22 | friend |
operator/=(f32 scalar) | GxMatrix22 | |
operator=(const GxMatrix22 &matrix) | GxMatrix22 | |
operator==(const GxMatrix22 &matrix) | GxMatrix22 | |
setColumn(u32 column, const GxVector2 &vector) | GxMatrix22 | |
setIdentity(void) | GxMatrix22 | |
setRow(u32 row, const GxVector2 &vector) | GxMatrix22 | |
setValue(u32 row, u32 column, f32 value) | GxMatrix22 | |
transpose(void) | GxMatrix22 | |
ZERO | GxMatrix22 | static |