public class IntervalBoundingBox extends Object
Constructor and Description |
---|
IntervalBoundingBox() |
Modifier and Type | Method and Description |
---|---|
static <P extends RealLocalizable> |
getBoundingBox(List<P> points)
get bounding box of a list of points.
|
static List<RealLocalizable> |
getCorners(RealInterval interval)
get "corners" of an interval as a list of points.
|
public static <P extends RealLocalizable> RealInterval getBoundingBox(List<P> points)
public static List<RealLocalizable> getCorners(RealInterval interval)
Copyright © 2015–2021 Fiji. All rights reserved.