void |
Affine.append(double[] matrix,
MatrixType type,
int offset) |
Appends the transform specified by the array to this instance.
|
double[] |
Transform.column(MatrixType type,
int column) |
Returns an array containing a column of the transformation matrix.
|
double[] |
Transform.column(MatrixType type,
int column,
double[] array) |
Returns an array containing a column of the transformation matrix.
|
double |
Transform.getElement(MatrixType type,
int row,
int column) |
Gets the specified element of the transformation matrix.
|
void |
Affine.prepend(double[] matrix,
MatrixType type,
int offset) |
Prepends the transform specified by the array to this instance.
|
double[] |
Transform.row(MatrixType type,
int row) |
Returns an array containing a row of the transformation matrix.
|
double[] |
Transform.row(MatrixType type,
int row,
double[] array) |
Returns an array containing a row of the transformation matrix.
|
void |
Affine.setElement(MatrixType type,
int row,
int column,
double value) |
Sets the specified element of the transformation matrix.
|
void |
Affine.setToTransform(double[] matrix,
MatrixType type,
int offset) |
Sets the values of this instance to the transformation matrix
specified by an array.
|
double[] |
Transform.toArray(MatrixType type) |
Returns an array containing the flattened transformation matrix.
|
double[] |
Transform.toArray(MatrixType type,
double[] array) |
Returns an array containing the flattened transformation matrix.
|