public class Matrix2x2
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
float[] |
data |
| Modifier | Constructor | Description |
|---|---|---|
protected |
Matrix2x2() |
|
protected |
Matrix2x2(float[] _data) |
| Modifier and Type | Method | Description |
|---|---|---|
protected static float[] |
_mul(float[] d1,
float[] d2) |
|
Matrix2x2 |
clone() |
|
static Matrix2x2 |
makeIdentity() |
|
static Matrix2x2 |
makeRotation(float rad) |
|
Matrix2x2 |
multiply(Matrix2x2 mat) |
|
Matrix2x2 |
multiplyBy(Matrix2x2 mat) |