| Constructor and Description |
|---|
IdentityMatrix(int dimensions) |
| Modifier and Type | Method and Description |
|---|---|
int |
columnCount() |
double |
get(int row,
int column) |
AMatrix |
inverse()
Return the inverse of this transformation if possible
|
boolean |
isFullyMutable() |
boolean |
isIdentity() |
boolean |
isSquare() |
int |
rowCount() |
void |
set(int row,
int column,
double value) |
void |
transform(AVector source,
AVector dest)
Transforms the source vector, storing the result in the given destination vector
|
void |
transposeInPlace() |
add, addMultiple, asVector, clone, cloneRow, determinant, epsilonEquals, equals, equals, equals, getColumn, getMatrixComponent, getRow, getTranslationComponent, hashCode, inputDimensions, outputDimensions, set, swapColumns, swapRows, toAffineTransform, toMutableMatrix, toString, toVector, transformInPlace, transposeisLinearcompose, composeWith, transformpublic int columnCount()
columnCount in class AMatrixpublic void transform(AVector source, AVector dest)
ATransformpublic boolean isFullyMutable()
isFullyMutable in class AMatrixpublic boolean isIdentity()
isIdentity in class ATransformpublic AMatrix inverse()
ATransformpublic void transposeInPlace()
transposeInPlace in class AMatrixCopyright © 2012. All Rights Reserved.