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