| Constructor and Description |
|---|
IdentityMatrix(int dimensions) |
| Modifier and Type | Method and Description |
|---|---|
int |
columnCount() |
double |
get(int row,
int column) |
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() |
asVector, clone, cloneRow, determinant, equals, equals, equals, getColumn, getMatrixComponent, getRow, getTranslationComponent, hashCode, inputDimensions, outputDimensions, set, toAffineTransform, toMutableMatrix, toString, 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 void transposeInPlace()
transposeInPlace in class AMatrixCopyright © 2012. All Rights Reserved.