| Package | Description | 
|---|---|
| org.hipparchus.geometry.partitioning | 
 This package provides classes to implement Binary Space Partition trees. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BSPTree.insertInTree(BSPTree<S> parentTree,
            boolean isPlusChild,
            BSPTree.VanishingCutHandler<S> vanishingHandler)
Insert the instance into another tree. 
 | 
Copyright © 2016–2017 Hipparchus.org. All rights reserved.