Uses of Class
org.apache.commons.geometry.core.partitioning.BoundaryList
Packages that use BoundaryList
Package
Description
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
This package provides basic geometry components on the 2-sphere.
-
Uses of BoundaryList in org.apache.commons.geometry.euclidean.threed
Subclasses of BoundaryList in org.apache.commons.geometry.euclidean.threedModifier and TypeClassDescriptionclass
BoundarySource3D
implementation that uses boundaries stored in a list. -
Uses of BoundaryList in org.apache.commons.geometry.euclidean.twod
Subclasses of BoundaryList in org.apache.commons.geometry.euclidean.twodModifier and TypeClassDescriptionclass
BoundarySource2D
implementation that uses boundaries stored in a list. -
Uses of BoundaryList in org.apache.commons.geometry.spherical.twod
Subclasses of BoundaryList in org.apache.commons.geometry.spherical.twodModifier and TypeClassDescriptionclass
BoundarySource2S
implementation that uses boundaries stored in a list.