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, applyInPlace
float[] applyInverse(float[] point) throws NoninvertibleModelException
point
- NoninvertibleModelException
void applyInverseInPlace(float[] point) throws NoninvertibleModelException
point
- NoninvertibleModelException
Copyright © 2015–2021 Fiji. All rights reserved.