public interface InvertibleCoordinateTransform extends CoordinateTransform
| Modifier and Type | Method and Description |
|---|---|
float[] |
applyInverse(float[] point)
Apply the inverse of the model to a point location
|
void |
applyInverseInPlace(float[] point)
apply the inverse of the model to a point location
|
apply, applyInPlacefloat[] applyInverse(float[] point)
throws NoninvertibleModelException
point - NoninvertibleModelExceptionvoid applyInverseInPlace(float[] point)
throws NoninvertibleModelException
point - NoninvertibleModelExceptionCopyright © 2015–2021 Fiji. All rights reserved.