Package org.anchoranalysis.spatial.box
Axis-aligned bounding-boxes and related operations.
-
Class Summary Class Description BoundedList<T> One or more elements, each with an individual bounding-box, and collectively with a bounding-box that fully contains them all.BoundingBox A bounding-box in two or three dimensions.BoundingBoxContains Does a bounding box contain other objects?BoundingBoxDistance Calculates distance between two bounding boxes.BoundingBoxFactory Utility methods to create aBoundingBox.BoundingBoxIntersection Methods for checking intersection between a particular bounding-box and others.BoundingBoxMerger Merges one or moreBoundingBoxtogether, to create a singleBoundingBoxthat spans them all.BoundingBoxUnion Performs union of a bounding-box with other entitiesExtent The sizes: width, height, depth etc.IntersectionOverUnion Calculates the intersection-over-union score for a pair of bounding-boxes.PointRange Tracks the range experienced by points in the X, Y and Z dimensions.