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.
|
org.apache.commons.math3.geometry.partitioning |
This package provides classes to implement Binary Space Partition trees.
|
org.apache.commons.math3.geometry.spherical.twod |
This package provides basic geometry components on the 2-sphere.
|
Modifier and Type | Class and Description |
---|---|
private class |
OutlineExtractor.BoundaryProjector
Visitor projecting the boundary facets on a plane.
|
private class |
PolyhedronsSet.FacetsContributionVisitor
Visitor computing geometrical properties.
|
Modifier and Type | Class and Description |
---|---|
private static class |
PolygonsSet.SegmentsBuilder
Visitor building segments.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
BoundaryBuilder<S extends Space>
Visitor building boundary shell tree.
|
(package private) class |
BoundaryProjector<S extends Space,T extends Space>
Local tree visitor to compute projection on boundary.
|
(package private) class |
BoundarySizeVisitor<S extends Space>
Visitor computing the boundary size.
|
private class |
RegionFactory.NodesCleaner
Visitor removing internal nodes attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
BSPTree.visit(BSPTreeVisitor<S> visitor)
Visit the BSP tree nodes.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
EdgesBuilder
Visitor building edges.
|
(package private) class |
PropertiesComputer
Visitor computing geometrical properties.
|