Uses of Interface
org.hipparchus.geometry.partitioning.BSPTree.LeafMerger
-
Packages that use BSPTree.LeafMerger Package Description org.hipparchus.geometry.partitioning This package provides classes to implement Binary Space Partition trees. -
-
Uses of BSPTree.LeafMerger in org.hipparchus.geometry.partitioning
Methods in org.hipparchus.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.
-