Uses of Class
org.apache.commons.geometry.euclidean.AbstractBounds
-
Packages that use AbstractBounds Package Description org.apache.commons.geometry.euclidean This is the top-level package for Euclidean geometry components.org.apache.commons.geometry.euclidean.threed This package provides basic 3D geometry components.org.apache.commons.geometry.euclidean.twod 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 AbstractBounds Modifier and Type Class Description class
AbstractBounds<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.threed Modifier and Type Class Description class
Bounds3D
Class 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.twod Modifier and Type Class Description class
Bounds2D
Class containing minimum and maximum points defining a 2D axis-aligned bounding box.
-