| 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.createIdentity()
Creates a new mutable 2D identity matrix
|
static Matrix22 |
Matrix22.createReflectionMatrix(AVector normal) |
static Matrix22 |
Matrix22.createReflectionMatrix(Vector2 normal) |
static Matrix22 |
Matrix22.createRotationMatrix(double angle) |
static Matrix22 |
Matrix22.createScaleMatrix(double d) |
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() |
static Matrix22 |
Transformz.rotate2D(double radians)
Creates a 2D rotation transform
|
static Matrix22 |
Transformz.scale2D(double factor)
Creates a 2D scaling transform
|
| Modifier and Type | Method and Description |
|---|---|
void |
Affine23.composeWith(Matrix22 a) |
| Constructor and Description |
|---|
Affine23(Matrix22 m,
AVector v) |
Copyright © 2013. All Rights Reserved.