| Package | Description |
|---|---|
| mikera.matrixx | |
| mikera.transformz |
| Modifier and Type | Method and Description |
|---|---|
Matrix33 |
Matrix33.clone() |
static Matrix33 |
Matrix33.createIdentityMatrix() |
static Matrix33 |
Matrixx.createRotationMatrix(AVector v,
double angle) |
static Matrix33 |
Matrixx.createRotationMatrix(double x,
double y,
double z,
double angle) |
static Matrix33 |
Matrixx.createRotationMatrix(Vector3 axis,
double angle) |
static Matrix33 |
Matrixx.createXAxisRotationMatrix(double angle) |
static Matrix33 |
Matrixx.createYAxisRotationMatrix(double angle) |
static Matrix33 |
Matrixx.createZAxisRotationMatrix(double angle) |
Matrix33 |
Matrix33.exactClone() |
Matrix33 |
Matrix33.getTranspose() |
Matrix33 |
Matrix33.innerProduct(Matrix33 a) |
Matrix33 |
Matrix33.inverse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Matrix33.equals(Matrix33 m) |
Matrix33 |
Matrix33.innerProduct(Matrix33 a) |
| Constructor and Description |
|---|
Matrix33(Matrix33 source) |
| Modifier and Type | Method and Description |
|---|---|
Matrix33 |
Translation3.copyOfMatrix() |
Matrix33 |
Affine34.copyOfMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
Affine34.composeWith(Matrix33 a) |
static Affine34 |
Transformz.createAffineTransform(Matrix33 m,
AVector v) |
static Affine34 |
Transformz.createAffineTransform(Matrix33 m,
Vector3 v) |
| Constructor and Description |
|---|
Affine34(Matrix33 m,
AVector v) |
Copyright © 2013. All Rights Reserved.