public abstract class AVectorMatrix extends AMatrix
| Constructor and Description |
|---|
AVectorMatrix() |
| Modifier and Type | Method and Description |
|---|---|
AVectorMatrix |
clone()
Clones the transform, performing a deep copy where needed
|
double |
get(int row,
int column) |
abstract AVector |
getRow(int row)
Gets a row of the matrix.
|
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
|
add, addMultiple, asVector, cloneRow, columnCount, determinant, epsilonEquals, equals, equals, equals, getColumn, getMatrixComponent, getTranslationComponent, hashCode, inputDimensions, inverse, isFullyMutable, isSquare, outputDimensions, rowCount, set, swapColumns, swapRows, toAffineTransform, toMutableMatrix, toString, toVector, transformInPlace, transpose, transposeInPlaceisLinearcompose, composeWith, isIdentity, transformpublic abstract AVector getRow(int row)
public void transform(AVector source, AVector dest)
ATransformpublic AVectorMatrix clone()
ATransformCopyright © 2012. All Rights Reserved.