| Package | Description |
|---|---|
| math.bsp | |
| math.bsp.node |
| Modifier and Type | Method and Description |
|---|---|
BspLeafNode<TData,TBoundary> |
BspTree.makeLeafNode()
Make leaf node
Shortcut to avoid having to specify type parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BspTree.optimize(BspLeafNode<TData,TBoundary> nodeToOptimize)
Optimize leaf node
Recursively splits data as determined by partitioning strategy to optimize tree performance.
|
| Modifier and Type | Method and Description |
|---|---|
BspLeafNode<TData,TBoundary> |
IBspNode.asLeaf() |
BspLeafNode<TData,TBoundary> |
BspLeafNode.asLeaf() |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.