Uses of Interface
org.apache.commons.math3.geometry.partitioning.BSPTree.VanishingCutHandler
Packages that use BSPTree.VanishingCutHandler
Package
Description
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.VanishingCutHandlerModifier and TypeClassDescriptionprivate class
BSP tree leaf merger computing difference of two regions.private class
Handler replacing nodes with vanishing cuts with leaf nodes.Methods in org.apache.commons.math3.geometry.partitioning with parameters of type BSPTree.VanishingCutHandlerModifier and TypeMethodDescriptionprivate 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.