Uses of Class
org.apache.commons.math3.geometry.partitioning.AbstractRegion
-
Packages that use AbstractRegion Package Description org.apache.commons.math3.geometry.euclidean.oned This package provides basic 1D geometry components.org.apache.commons.math3.geometry.euclidean.threed This package provides basic 3D geometry components.org.apache.commons.math3.geometry.euclidean.twod This package provides basic 2D geometry components.org.apache.commons.math3.geometry.partitioning This package provides classes to implement Binary Space Partition trees.org.apache.commons.math3.geometry.spherical.oned This package provides basic geometry components on the 1-sphere.org.apache.commons.math3.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of AbstractRegion in org.apache.commons.math3.geometry.euclidean.oned
Subclasses of AbstractRegion in org.apache.commons.math3.geometry.euclidean.oned Modifier and Type Class Description class
IntervalsSet
This class represents a 1D region: a set of intervals. -
Uses of AbstractRegion in org.apache.commons.math3.geometry.euclidean.threed
Subclasses of AbstractRegion in org.apache.commons.math3.geometry.euclidean.threed Modifier and Type Class Description class
PolyhedronsSet
This class represents a 3D region: a set of polyhedrons. -
Uses of AbstractRegion in org.apache.commons.math3.geometry.euclidean.twod
Subclasses of AbstractRegion in org.apache.commons.math3.geometry.euclidean.twod Modifier and Type Class Description class
PolygonsSet
This class represents a 2D region: a set of polygons. -
Uses of AbstractRegion in org.apache.commons.math3.geometry.partitioning
Methods in org.apache.commons.math3.geometry.partitioning that return AbstractRegion Modifier and Type Method Description AbstractRegion<S,T>
AbstractRegion. applyTransform(Transform<S,T> transform)
Transform a region.abstract AbstractRegion<S,T>
AbstractRegion. buildNew(BSPTree<S> newTree)
Build a region using the instance as a prototype.AbstractRegion<S,T>
AbstractRegion. copySelf()
Copy the instance. -
Uses of AbstractRegion in org.apache.commons.math3.geometry.spherical.oned
Subclasses of AbstractRegion in org.apache.commons.math3.geometry.spherical.oned Modifier and Type Class Description class
ArcsSet
This class represents a region of a circle: a set of arcs. -
Uses of AbstractRegion in org.apache.commons.math3.geometry.spherical.twod
Subclasses of AbstractRegion in org.apache.commons.math3.geometry.spherical.twod Modifier and Type Class Description class
SphericalPolygonsSet
This class represents a region on the 2-sphere: a set of spherical polygons.
-