Uses of Interface
org.apache.commons.math3.geometry.partitioning.BSPTree.LeafMerger
-
Packages that use BSPTree.LeafMerger Package Description org.apache.commons.math3.geometry.partitioning This package provides classes to implement Binary Space Partition trees. -
-
Uses of BSPTree.LeafMerger in org.apache.commons.math3.geometry.partitioning
Classes in org.apache.commons.math3.geometry.partitioning that implement BSPTree.LeafMerger Modifier and Type Class Description private class
RegionFactory.DifferenceMerger
BSP tree leaf merger computing difference of two regions.private class
RegionFactory.IntersectionMerger
BSP tree leaf merger computing intersection of two regions.private class
RegionFactory.UnionMerger
BSP tree leaf merger computing union of two regions.private class
RegionFactory.XorMerger
BSP tree leaf merger computing symmetric difference (exclusive or) of two regions.Methods in org.apache.commons.math3.geometry.partitioning with parameters of type BSPTree.LeafMerger Modifier and Type Method Description BSPTree<S>
BSPTree. merge(BSPTree<S> tree, BSPTree.LeafMerger<S> leafMerger)
Merge a BSP tree with the instance.private BSPTree<S>
BSPTree. merge(BSPTree<S> tree, BSPTree.LeafMerger<S> leafMerger, BSPTree<S> parentTree, boolean isPlusChild)
Merge a BSP tree with the instance.
-