public interface InverseBoundable extends InverseCoordinateTransform
InverseCoordinateTransform
that, for a given source interval in
n-space, can estimate the target interval in n-space.Modifier and Type | Method and Description |
---|---|
void |
estimateInverseBounds(double[] min,
double[] max)
Estimate the bounds of an n-dimensional interval [min,max] with min and
max being n-dimensional vectors.
|
applyInverse, applyInverseInPlace
void estimateInverseBounds(double[] min, double[] max) throws NoninvertibleModelException
min
- max
- NoninvertibleModelException
Copyright © 2015–2021 Fiji. All rights reserved.