| Package | Description |
|---|---|
| mikera.matrixx | |
| mikera.matrixx.impl | |
| mikera.transformz | |
| mikera.transformz.impl |
| 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 |
Matrix33
Specialised 3*3 Matrix for Vector3 maths, using primitive matrix elements
|
class |
MatrixM3
Specialised N*3 Matrix for Vector3 components
|
class |
MatrixMN |
| Modifier and Type | Method and Description |
|---|---|
AMatrix |
AMatrix.clone() |
static AMatrix |
Matrixx.createMatrix(int rows,
int columns)
Creates an empty matrix of the specified size
|
static AMatrix |
Matrixx.createMutableCopy(AMatrix m) |
static AMatrix |
Matrixx.createRandomMatrix(int rows,
int columns) |
static AMatrix |
Matrixx.createRandomSquareMatrix(int dimensions) |
AMatrix |
AMatrix.getMatrixComponent() |
AMatrix |
AMatrix.toMutableMatrix() |
AMatrix |
AMatrix.transpose() |
| Modifier and Type | Method and Description |
|---|---|
static AMatrix |
Matrixx.createMutableCopy(AMatrix m) |
boolean |
AMatrix.equals(AMatrix a) |
static void |
Matrixx.fillRandomValues(AMatrix m) |
void |
AMatrix.set(AMatrix a) |
| Constructor and Description |
|---|
Matrix33(AMatrix m) |
MatrixMN(AMatrix source) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiagonalMatrix
Specialised diagonal matrix class
|
class |
IdentityMatrix |
class |
TransposedMatrix
Class representing a transposed view of another matrix
|
| Modifier and Type | Method and Description |
|---|---|
static AMatrix |
TransposedMatrix.wrap(AMatrix m) |
| Modifier and Type | Method and Description |
|---|---|
static AMatrix |
TransposedMatrix.wrap(AMatrix m) |
| Modifier and Type | Method and Description |
|---|---|
AMatrix |
Translation3.getMatrixComponent() |
AMatrix |
Translation.getMatrixComponent() |
AMatrix |
AffineMN.getMatrixComponent() |
AMatrix |
Affine34.getMatrixComponent() |
abstract AMatrix |
AAffineTransform.getMatrixComponent() |
| Constructor and Description |
|---|
Affine34(AMatrix matrix,
ATranslation trans) |
Affine34(AMatrix m,
AVector v) |
AffineMN(AMatrix matrix,
ATranslation translation) |
| Modifier and Type | Method and Description |
|---|---|
AMatrix |
IdentityTranslation.getMatrixComponent() |
Copyright © 2012. All Rights Reserved.