| 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, getTranspose, hashCode, inputDimensions, outputDimensions, set, swapColumns, swapRows, toAffineTransform, toMutableMatrix, toString, toVector, transformInPlaceisLinearcompose, composeWith, transformpublic int rowCount()
public int columnCount()
columnCount in interface IMatrixcolumnCount in class AMatrixpublic double get(int row,
int column)
public void set(int row,
int column,
double value)
public 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.