| array() | mat2 | |
| col(int col) | mat2 | |
| col(int col, float a, float b) | mat2 | |
| col(int col, vec2 vec) | mat2 | |
| col1(int col) | mat2 | |
| cols | mat2 | |
| create(vec2 a, vec2 b) | mat2 | [static] |
| create(float aa, float ab, float ba, float bb) | mat2 | [static] |
| diag() | mat2 | |
| eq(mat2 b) | mat2 | |
| get(int col, int row) | mat2 | |
| identity() | mat2 | [static] |
| isIdentity() | mat2 | |
| mul(mat2 mb) | mat2 | |
| mul(float v) | mat2 | |
| mul(vec2 v) | mat2 | |
| print() | mat2 | |
| rotate(float v) | mat2 | |
| row(int row, float a, float b) | mat2 | |
| row(int row, vec2 vec) | mat2 | |
| scale(float x) | mat2 | |
| scale(vec2 amount) | mat2 | |
| scaling(float x) | mat2 | [static] |
| scaling(vec2 amount) | mat2 | [static] |
| set(vec2 a, vec2 b) | mat2 | |
| set(float aa, float ab, float ba, float bb) | mat2 | |
| set(int col, int row, float value) | mat2 | |
| swizzle(int a, int b) | mat2 | |
| toString() | mat2 | |
| translate(float x) | mat2 | |
| translation(float amount) | mat2 | [static] |
| transpose() | mat2 | |