public interface Boundable extends CoordinateTransform
CoordinateTransform that, for a given source interval in
n-space, can estimate the target interval in n-space.| Modifier and Type | Method and Description |
|---|---|
void |
estimateBounds(double[] min,
double[] max)
Estimate the bounds of an n-dimensional interval [min,max] with min and
max being n-dimensional vectors.
|
apply, applyInPlaceCopyright © 2015–2021 Fiji. All rights reserved.