Uses of Class
org.hipparchus.geometry.partitioning.BoundaryProjection
Package
Description
This package provides basic 1D geometry components.
This package provides classes to implement Binary Space Partition trees.
This package provides basic geometry components on the 1-sphere.
-
Uses of BoundaryProjection in org.hipparchus.geometry.euclidean.oned
Modifier and TypeMethodDescriptionIntervalsSet.projectToBoundary
(Point<Euclidean1D> point) Project a point on the boundary of the region. -
Uses of BoundaryProjection in org.hipparchus.geometry.partitioning
Modifier and TypeMethodDescriptionAbstractRegion.projectToBoundary
(Point<S> point) Project a point on the boundary of the region.Region.projectToBoundary
(Point<S> point) Project a point on the boundary of the region. -
Uses of BoundaryProjection in org.hipparchus.geometry.spherical.oned
Modifier and TypeMethodDescriptionArcsSet.projectToBoundary
(Point<Sphere1D> point) Project a point on the boundary of the region.