| add(Matrix3x3 m) | Matrix3x3 | |
| add(Matrix3x3 lhs, Matrix3x3 rhs) | Matrix3x3 | static |
| createFilled(float value) | Matrix3x3 | static |
| createIdentity() | Matrix3x3 | static |
| createRotationInDegrees(float angleInDegrees) | Matrix3x3 | static |
| createRotationInRadians(float angleInRadians) | Matrix3x3 | static |
| createScale(Vector2 scale) | Matrix3x3 | static |
| createSRT(Vector2 scale, float rotationInRadians, Vector2 translation) | Matrix3x3 | static |
| createTranslation(Vector2 translation) | Matrix3x3 | static |
| createTranslation(float x, float y) | Matrix3x3 | static |
| delete() (defined in Matrix3x3) | Matrix3x3 | |
| equals(Object obj) | Matrix3x3 | |
| finalize() | Matrix3x3 | protected |
| get(int index) | Matrix3x3 | |
| getColumn(int index) | Matrix3x3 | |
| getDeterminant(Matrix3x3 matrix) | Matrix3x3 | static |
| getDeterminant2x2(Matrix3x3 matrix) | Matrix3x3 | static |
| getRotationAngle() | Matrix3x3 | |
| getRow(int index) | Matrix3x3 | |
| getScale() | Matrix3x3 | |
| getScaleX() | Matrix3x3 | |
| getScaleY() | Matrix3x3 | |
| getTrace(Matrix3x3 matrix) | Matrix3x3 | static |
| getTranslation() | Matrix3x3 | |
| getTranslationX() | Matrix3x3 | |
| getTranslationY() | Matrix3x3 | |
| getXAxis() | Matrix3x3 | |
| getYAxis() | Matrix3x3 | |
| hashCode() | Matrix3x3 | |
| inverse() | Matrix3x3 | |
| inverseAffine() | Matrix3x3 | |
| isScalingOnly(Matrix3x3 matrix) | Matrix3x3 | static |
| isTranslationOnly(Matrix3x3 matrix) | Matrix3x3 | static |
| Matrix3x3() | Matrix3x3 | |
| Matrix3x3(float x0, float x1, float x2, float x3, float x4, float x5, float x6, float x7, float x8) | Matrix3x3 | |
| Matrix3x3(Vector2 x, Vector2 y, Vector2 translation) | Matrix3x3 | |
| matrixMultiplyVectorBy2x2(Matrix3x3 m, Vector2 v) | Matrix3x3 | static |
| multiply(Matrix3x3 m) | Matrix3x3 | |
| multiply(Matrix3x3 m1, Matrix3x3 m2) | Matrix3x3 | static |
| multiply(Matrix3x3 m, Vector3 v) | Matrix3x3 | static |
| multiply(Matrix3x3 m, Vector2 v) | Matrix3x3 | static |
| normalized() | Matrix3x3 | |
| scale(Vector2 v) | Matrix3x3 | |
| set(int index, float v) | Matrix3x3 | |
| setColumn(int index, Vector3 column) | Matrix3x3 | |
| setRow(int index, Vector3 row) | Matrix3x3 | |
| setTranslation(Vector2 translation) | Matrix3x3 | |
| setTranslation(float translationX, float translationY) | Matrix3x3 | |
| setTranslationX(float translationX) | Matrix3x3 | |
| setTranslationY(float translationY) | Matrix3x3 | |
| setXAxis(Vector2 v) | Matrix3x3 | |
| setYAxis(Vector2 v) | Matrix3x3 | |
| subtract(Matrix3x3 m) | Matrix3x3 | |
| subtract(Matrix3x3 lhs, Matrix3x3 rhs) | Matrix3x3 | static |
| swigCMemOwn | Matrix3x3 | protected |
| translate(Vector2 v) | Matrix3x3 | |
| transposed() | Matrix3x3 | |