| Package | Description |
|---|---|
| org.apache.commons.geometry.core.partitioning.bsp |
This package contains classes related to Binary Space Partitioning (BSP) trees.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRegionBSPTree.insert(BoundarySource<? extends HyperplaneConvexSubset<P>> boundarySrc)
Insert all hyperplane convex subsets from the given source into the tree, using the default
RegionCutRule of MINUS_INSIDE. |
void |
AbstractRegionBSPTree.insert(BoundarySource<? extends HyperplaneConvexSubset<P>> boundarySrc,
RegionCutRule cutRule)
Insert all hyperplane convex subsets from the given source into the tree.
|
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.