Uses of Class
org.apache.commons.geometry.euclidean.AbstractBounds
Packages that use AbstractBounds
Package
Description
This is the top-level package for Euclidean geometry components.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
-
Uses of AbstractBounds in org.apache.commons.geometry.euclidean
Classes in org.apache.commons.geometry.euclidean with type parameters of type AbstractBoundsModifier and TypeClassDescriptionclassAbstractBounds<P extends EuclideanVector<P>, B extends AbstractBounds<P,B>> Base class representing an axis-aligned bounding box with minimum and maximum bounding points. -
Uses of AbstractBounds in org.apache.commons.geometry.euclidean.threed
Subclasses of AbstractBounds in org.apache.commons.geometry.euclidean.threedModifier and TypeClassDescriptionfinal classClass containing minimum and maximum points defining a 3D axis-aligned bounding box. -
Uses of AbstractBounds in org.apache.commons.geometry.euclidean.twod
Subclasses of AbstractBounds in org.apache.commons.geometry.euclidean.twodModifier and TypeClassDescriptionfinal classClass containing minimum and maximum points defining a 2D axis-aligned bounding box.