public interface Affine1D<T extends Affine1D<T>> extends InvertibleCoordinateTransform
Modifier and Type | Method and Description |
---|---|
void |
concatenate(T affine3d) |
T |
createInverse() |
void |
preConcatenate(T affine3d) |
void |
toArray(double[] data)
Write the 2 parameters of the affine into a double array.
|
void |
toMatrix(double[][] data)
Write the 2 parameters of the affine into a 2x1 double array.
|
apply, applyInPlace
applyInverse, applyInverseInPlace
void preConcatenate(T affine3d)
void concatenate(T affine3d)
void toArray(double[] data)
void toMatrix(double[][] data)
[0][0] -> m00; [0][1] -> m01;
T createInverse()
createInverse
in interface InvertibleCoordinateTransform
Copyright © 2015–2021 Fiji. All rights reserved.