| Package | Description |
|---|---|
| math.bsp | |
| math.bsp.node |
| Modifier and Type | Method and Description |
|---|---|
static <TData,TBoundary> |
BspTree.make(IBspStrategy<TData,TBoundary> strategy)
Make empty tree
Shortcut to avoid having to specify type parameters.
|
static <TData,TBoundary> |
BspTree.make(IBspStrategy<TData,TBoundary> strategy,
TData data)
Make tree with data
Shortcut to avoid having to specify type parameters.
|
| Modifier and Type | Method and Description |
|---|---|
BspTree<TData,TBoundary> |
IBspNode.getTree() |
| Constructor and Description |
|---|
BspInternalNode(BspTree<TData,TBoundary> tree) |
BspLeafNode(BspTree<TData,TBoundary> tree) |
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.