Package | Description |
---|---|
org.apache.commons.math3.geometry.euclidean.oned |
This package provides basic 1D geometry components.
|
org.apache.commons.math3.geometry.euclidean.threed |
This package provides basic 3D geometry components.
|
org.apache.commons.math3.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
Modifier and Type | Method and Description |
---|---|
IntervalsSet |
IntervalsSet.buildNew(BSPTree<Euclidean1D> tree)
Build a region using the instance as a prototype.
|
IntervalsSet |
OrientedPoint.wholeSpace()
Build a region covering the whole space.
|
Modifier and Type | Field and Description |
---|---|
private IntervalsSet |
SubLine.remainingRegion
Remaining region of the hyperplane.
|
Modifier and Type | Method and Description |
---|---|
private static IntervalsSet |
SubLine.buildIntervalSet(Vector3D start,
Vector3D end,
double tolerance)
Build an interval set from two points.
|
Constructor and Description |
---|
SubLine(Line line,
IntervalsSet remainingRegion)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
private static IntervalsSet |
SubLine.buildIntervalSet(Vector2D start,
Vector2D end,
double tolerance)
Build an interval set from two points.
|