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