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