Package org.anchoranalysis.spatial.box
package org.anchoranalysis.spatial.box
Axis-aligned bounding-boxes and related operations.
-
ClassesClassDescriptionBoundedList<T>One or more elements, each with an individual bounding-box, and collectively with a bounding-box that fully contains them all.A bounding-box in two or three dimensions.Does a bounding box contain other objects?Calculates distance between two bounding boxes.Utility methods to create a
BoundingBox
.Methods for checking intersection between a particular bounding-box and others.Merges one or moreBoundingBox
together, to create a singleBoundingBox
that spans them all.Performs union of a bounding-box with other entitiesThe sizes: width, height, depth etc. of an entity in 2 or 3 dimensions.Calculates the intersection-over-union score for a pair of bounding-boxes.Tracks the range experienced by points in the X, Y and Z dimensions.