Package | Description |
---|---|
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 | Field and Description |
---|---|
private PolygonsSet |
OutlineExtractor.BoundaryProjector.projected
Projection of the polyhedrons set on the plane.
|
Modifier and Type | Method and Description |
---|---|
PolygonsSet |
OutlineExtractor.BoundaryProjector.getProjected()
Get the projection of the polyhedrons set on the plane.
|
Modifier and Type | Method and Description |
---|---|
PolygonsSet |
PolygonsSet.buildNew(BSPTree<Euclidean2D> tree)
Build a region using the instance as a prototype.
|
PolygonsSet |
Line.wholeSpace()
Build a region covering the whole space.
|