| Package | Description |
|---|---|
| mikera.matrixx |
| Modifier and Type | Method and Description |
|---|---|
Matrix22 |
Matrix22.clone() |
static Matrix22 |
Matrix22.create(double a,
double b,
double c,
double d) |
static Matrix22 |
Matrixx.create2DRotationMatrix(double angle) |
static Matrix22 |
Matrix22.createRotationMatrix(double angle) |
Matrix22 |
Matrix22.exactClone() |
Matrix22 |
Matrix22.getTranspose() |
Matrix22 |
Matrix22.inverse() |
| Modifier and Type | Method and Description |
|---|---|
void |
Matrix22.add(Matrix22 a) |
boolean |
Matrix22.equals(Matrix22 m) |
void |
Matrix22.set(Matrix22 a) |
void |
Matrix22.sub(Matrix22 a) |
| Constructor and Description |
|---|
Matrix22(Matrix22 source) |
Copyright © 2013. All Rights Reserved.