| Package | Description | 
|---|---|
| org.hipparchus.geometry.euclidean.oned | 
 
 This package provides basic 1D 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BoundaryProjection<Euclidean1D> | 
IntervalsSet.projectToBoundary(Point<Euclidean1D> point)
Project a point on the boundary of the region. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BoundaryProjection<S> | 
Region.projectToBoundary(Point<S> point)
Project a point on the boundary of the region. 
 | 
BoundaryProjection<S> | 
AbstractRegion.projectToBoundary(Point<S> point)
Project a point on the boundary of the region. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BoundaryProjection<Sphere1D> | 
ArcsSet.projectToBoundary(Point<Sphere1D> point)
Project a point on the boundary of the region. 
 | 
Copyright © 2016-2022 CS GROUP. All rights reserved.