Uses of Class
org.hipparchus.geometry.partitioning.AbstractRegion
Package
Description
This package provides basic 1D geometry components.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
This package provides classes to implement Binary Space Partition trees.
This package provides basic geometry components on the 1-sphere.
This package provides basic geometry components on the 2-sphere.
-
Uses of AbstractRegion in org.hipparchus.geometry.euclidean.oned
Modifier and TypeClassDescriptionclass
This class represents a 1D region: a set of intervals. -
Uses of AbstractRegion in org.hipparchus.geometry.euclidean.threed
Modifier and TypeClassDescriptionclass
This class represents a 3D region: a set of polyhedrons. -
Uses of AbstractRegion in org.hipparchus.geometry.euclidean.twod
Modifier and TypeClassDescriptionclass
This class represents a 2D region: a set of polygons. -
Uses of AbstractRegion in org.hipparchus.geometry.partitioning
Modifier and TypeMethodDescriptionAbstractRegion.applyTransform
(Transform<S, T> transform) Transform a region.abstract AbstractRegion<S,
T> Build a region using the instance as a prototype.AbstractRegion.copySelf()
Copy the instance. -
Uses of AbstractRegion in org.hipparchus.geometry.spherical.oned
Modifier and TypeClassDescriptionclass
This class represents a region of a circle: a set of arcs. -
Uses of AbstractRegion in org.hipparchus.geometry.spherical.twod
Modifier and TypeClassDescriptionclass
This class represents a region on the 2-sphere: a set of spherical polygons.