| Package | Description |
|---|---|
| mikera.matrixx | |
| mikera.transformz |
| 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.innerProduct(Matrix22 a) |
Matrix22 |
Matrix22.inverse() |
| Modifier and Type | Method and Description |
|---|---|
void |
Matrix22.add(Matrix22 a) |
boolean |
Matrix22.equals(Matrix22 m) |
Matrix22 |
Matrix22.innerProduct(Matrix22 a) |
void |
Matrix22.set(Matrix22 a) |
void |
Matrix22.sub(Matrix22 a) |
| Constructor and Description |
|---|
Matrix22(Matrix22 source) |
| Modifier and Type | Method and Description |
|---|---|
Matrix22 |
Affine23.copyOfMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
Affine23.composeWith(Matrix22 a) |
| Constructor and Description |
|---|
Affine23(Matrix22 m,
AVector v) |
Copyright © 2013. All Rights Reserved.