Uses of Interface
org.apache.commons.math3.geometry.partitioning.BSPTree.VanishingCutHandler
-
Packages that use BSPTree.VanishingCutHandler Package Description org.apache.commons.math3.geometry.partitioning This package provides classes to implement Binary Space Partition trees. -
-
Uses of BSPTree.VanishingCutHandler in org.apache.commons.math3.geometry.partitioning
Classes in org.apache.commons.math3.geometry.partitioning that implement BSPTree.VanishingCutHandler Modifier and Type Class Description private class
RegionFactory.DifferenceMerger
BSP tree leaf merger computing difference of two regions.private class
RegionFactory.VanishingToLeaf
Handler replacing nodes with vanishing cuts with leaf nodes.Methods in org.apache.commons.math3.geometry.partitioning with parameters of type BSPTree.VanishingCutHandler Modifier and Type Method Description private void
BSPTree. chopOffMinus(Hyperplane<S> hyperplane, BSPTree.VanishingCutHandler<S> vanishingHandler)
Chop off parts of the tree.private void
BSPTree. chopOffPlus(Hyperplane<S> hyperplane, BSPTree.VanishingCutHandler<S> vanishingHandler)
Chop off parts of the tree.void
BSPTree. insertInTree(BSPTree<S> parentTree, boolean isPlusChild, BSPTree.VanishingCutHandler<S> vanishingHandler)
Insert the instance into another tree.
-