Uses of Interface
org.hipparchus.geometry.partitioning.BSPTree.VanishingCutHandler
Package
Description
This package provides classes to implement Binary Space Partition trees.
-
Uses of BSPTree.VanishingCutHandler in org.hipparchus.geometry.partitioning
Modifier and TypeMethodDescriptionvoid
BSPTree.insertInTree
(BSPTree<S> parentTree, boolean isPlusChild, BSPTree.VanishingCutHandler<S> vanishingHandler) Insert the instance into another tree.