| Package | Description |
|---|---|
| mikera.matrixx | |
| mikera.matrixx.impl | |
| mikera.transformz | |
| mikera.transformz.impl | |
| mikera.vectorz.functions |
| Modifier and Type | Class and Description |
|---|---|
class |
AMatrix
General abstract matrix class.
|
class |
Matrix22
Specialised 2*2 Matrix for Vector2 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 |
|---|---|
ATransform |
AMatrix.compose(ATransform a) |
| Modifier and Type | Method and Description |
|---|---|
ATransform |
AMatrix.compose(ATransform a) |
void |
AMatrix.composeWith(ATransform a) |
| Modifier and Type | Class and Description |
|---|---|
class |
ADiagonalMatrix
Abstract base class for diagonal matrices
|
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
Not fully mutable - only the diagonal values can be changed
|
class |
IdentityMatrix
Specialised identity matrix class.
|
class |
PermutedMatrix
Reference matrix class representing a permutation of a matrix
|
class |
ScalarMatrix |
class |
SubsetMatrix
Matrix that selects a subset of components of the source
i.e.
|
class |
TransposedMatrix
Class representing a transposed view of another matrix
The transposed matrix is a reference to the underlying matrix data
|
class |
VectorMatrixM3
Specialised N*3 Matrix with Vector3 row components
|
class |
VectorMatrixMN |
class |
ZeroMatrix
Lightweight immutable zero matrix class
|
| Modifier and Type | Class and Description |
|---|---|
class |
AAffineTransform
Abstract base class for affine transformations
|
class |
Affine34
Specialised 3*4 affine transformation class
Intended for composing 3d affine transformations.
|
class |
AffineMN
General purpose MxN affine transformation
|
class |
ALinearTransform
Abstract base class representing a linear transfrom.
|
class |
ATranslation
Abstract base class for translations of arbitrary dimensionality.
|
class |
Translation
Represents a translation by a fixed vector
|
class |
Translation3
Specialised 3D translation class
|
| Modifier and Type | Method and Description |
|---|---|
ATransform |
ATransform.clone()
Clones the transform, performing a deep copy where needed
|
ATransform |
AAffineTransform.compose(AAffineTransform a) |
ATransform |
ATransform.compose(ATransform trans)
Composes this transformation with another transformation, returning
a new combined transformation
|
ATransform |
AAffineTransform.compose(ATransform a) |
static ATransform |
Transformz.constantTransform(int inputDimensions,
AVector v) |
static ATransform |
Transformz.identityTransform(int dimensions)
Creates an identity transform with the given number of dimensions
|
ATransform |
ATransform.takeComponents(Index components)
Returns a wrapper transform that returns a subset of this transform's output components
|
ATransform |
ATransform.takeComponents(int length)
Returns a wrapper transform that returns a subset of this transform's output components
|
ATransform |
ATransform.takeComponents(int start,
int length)
Returns a wrapper transform that returns a subset of this transform's output components
|
| Modifier and Type | Method and Description |
|---|---|
ATransform |
ATransform.compose(ATransform trans)
Composes this transformation with another transformation, returning
a new combined transformation
|
ATransform |
AAffineTransform.compose(ATransform a) |
void |
Translation3.composeWith(ATransform t) |
void |
Translation.composeWith(ATransform t) |
void |
ATransform.composeWith(ATransform trans)
Composes this transformation with a given transformation,
mutating the transformation to represent the combined transform
|
void |
AffineMN.composeWith(ATransform trans) |
void |
Affine34.composeWith(ATransform a) |
| Modifier and Type | Class and Description |
|---|---|
class |
AConstantTransform |
class |
CompoundTransform
Class to represent a compound transform when it is not known how to
combine the transforms directly.
|
class |
ConstantTransform
Class representing a transform that returns a constant
|
class |
ConstantTransform3
Class represnting a transform that returns a 3D constant
|
class |
ConstantTransform4
Class represnting a transform that returns a 4D constant
|
class |
IdentityTranslation
Immutable identity translation
|
class |
SubsetTransform
Transform wrapper that produces a subset of the output components of another transform
|
| Modifier and Type | Method and Description |
|---|---|
CompoundTransform |
CompoundTransform.compose(ATransform trans) |
AConstantTransform |
AConstantTransform.compose(ATransform trans) |
static SubsetTransform |
SubsetTransform.create(ATransform trans,
Index components) |
| Constructor and Description |
|---|
CompoundTransform(ATransform outer,
ATransform inner) |
| Modifier and Type | Class and Description |
|---|---|
class |
VectorFunction
Abstract base class representing an arbitrary vector function.
|
Copyright © 2012. All Rights Reserved.