| Package | Description |
|---|---|
| mikera.matrixx | |
| mikera.matrixx.impl | |
| mikera.transformz | |
| mikera.transformz.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AMatrix |
class |
Matrix22
Specialised 3*3 Matrix for Vector3 maths, using primitive matrix elements
|
class |
Matrix33
Specialised 3*3 Matrix for Vector3 maths, using primitive matrix elements
|
class |
MatrixMN
Standard MxN matrix class backed by a flat double[] array
|
| Modifier and Type | Method and Description |
|---|---|
AAffineTransform |
AMatrix.toAffineTransform() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AMatrix.equals(AAffineTransform a) |
| Modifier and Type | Class and Description |
|---|---|
class |
AVectorMatrix
Abstract base class for matrices that use a collection of Vectors
as storage for the matrix rows
|
class |
DiagonalMatrix
Specialised diagonal matrix class
|
class |
IdentityMatrix |
class |
TransposedMatrix
Class representing a transposed view of another matrix
|
class |
VectorMatrixM3
Specialised N*3 Matrix with Vector3 row components
|
class |
VectorMatrixMN |
| Modifier and Type | Class and Description |
|---|---|
class |
Affine34 |
class |
AffineMN
General purpose MxN affine transformation
|
class |
ATranslation |
class |
Translation
Represents a translation by a fixed vector
|
class |
Translation3 |
| Modifier and Type | Method and Description |
|---|---|
static AAffineTransform |
Transformz.createAffineTransform(AMatrix m,
AVector v) |
AAffineTransform |
ATransform.inverse()
Return the inverse of this transformation if possible
|
AAffineTransform |
AAffineTransform.inverse() |
AAffineTransform |
ATranslation.toAffineTransform() |
AAffineTransform |
AAffineTransform.toAffineTransform() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ATranslation.equals(AAffineTransform a) |
boolean |
AAffineTransform.equals(AAffineTransform a) |
| Constructor and Description |
|---|
AffineMN(AAffineTransform at) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityTranslation
Immutable identity translation
|
Copyright © 2012. All Rights Reserved.