Uses of Class
org.hipparchus.geometry.partitioning.BoundaryProjection
Packages that use 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
Methods in org.hipparchus.geometry.euclidean.oned that return BoundaryProjectionModifier and TypeMethodDescriptionIntervalsSet.projectToBoundary
(Point<Euclidean1D> point) Project a point on the boundary of the region. -
Uses of BoundaryProjection in org.hipparchus.geometry.partitioning
Methods in org.hipparchus.geometry.partitioning that return BoundaryProjectionModifier 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
Methods in org.hipparchus.geometry.spherical.oned that return BoundaryProjectionModifier and TypeMethodDescriptionArcsSet.projectToBoundary
(Point<Sphere1D> point) Project a point on the boundary of the region.