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 classBSP tree leaf merger computing difference of two regions.private classHandler replacing nodes with vanishing cuts with leaf nodes.Methods in org.apache.commons.math3.geometry.partitioning with parameters of type BSPTree.VanishingCutHandlerModifier and TypeMethodDescriptionprivate voidBSPTree.chopOffMinus(Hyperplane<S> hyperplane, BSPTree.VanishingCutHandler<S> vanishingHandler) Chop off parts of the tree.private voidBSPTree.chopOffPlus(Hyperplane<S> hyperplane, BSPTree.VanishingCutHandler<S> vanishingHandler) Chop off parts of the tree.voidBSPTree.insertInTree(BSPTree<S> parentTree, boolean isPlusChild, BSPTree.VanishingCutHandler<S> vanishingHandler) Insert the instance into another tree.