Package | Description |
---|---|
org.apache.commons.math3.geometry.euclidean.oned |
This package provides basic 1D geometry components.
|
org.apache.commons.math3.geometry.partitioning |
This package provides classes to implement Binary Space Partition trees.
|
org.apache.commons.math3.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 © 2003–2016 The Apache Software Foundation. All rights reserved.