Uses of Class
org.hipparchus.geometry.partitioning.AbstractRegion
-
Packages that use AbstractRegion Package Description org.hipparchus.geometry.euclidean.oned This package provides basic 1D geometry components.org.hipparchus.geometry.euclidean.threed This package provides basic 3D geometry components.org.hipparchus.geometry.euclidean.twod This package provides basic 2D geometry components.org.hipparchus.geometry.partitioning This package provides classes to implement Binary Space Partition trees.org.hipparchus.geometry.spherical.oned This package provides basic geometry components on the 1-sphere.org.hipparchus.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of AbstractRegion in org.hipparchus.geometry.euclidean.oned
Subclasses of AbstractRegion in org.hipparchus.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.hipparchus.geometry.euclidean.threed
Subclasses of AbstractRegion in org.hipparchus.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.hipparchus.geometry.euclidean.twod
Subclasses of AbstractRegion in org.hipparchus.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.hipparchus.geometry.partitioning
Methods in org.hipparchus.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.hipparchus.geometry.spherical.oned
Subclasses of AbstractRegion in org.hipparchus.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.hipparchus.geometry.spherical.twod
Subclasses of AbstractRegion in org.hipparchus.geometry.spherical.twod Modifier and Type Class Description class
SphericalPolygonsSet
This class represents a region on the 2-sphere: a set of spherical polygons.
-