| Package | Description |
|---|---|
| mikera.matrixx | |
| mikera.matrixx.impl | |
| mikera.transformz |
| Modifier and Type | Method and Description |
|---|---|
static ADiagonalMatrix |
Matrixx.createScalarMatrix(int dimensions,
double factor) |
static ADiagonalMatrix |
Matrixx.createScaleMatrix(int dimensions,
double factor) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiagonalMatrix
Specialised diagonal matrix class
Not fully mutable - only the diagonal values can be changed
|
class |
IdentityMatrix
Specialised identity matrix class.
|
class |
ScalarMatrix |
| Modifier and Type | Method and Description |
|---|---|
AMatrix |
DiagonalMatrix.compose(ADiagonalMatrix a) |
| Modifier and Type | Method and Description |
|---|---|
static ADiagonalMatrix |
Transformz.scale3D(double factor)
Creates a 3D scaling transform
|
Copyright © 2012. All Rights Reserved.