| Interface | Description |
|---|---|
| IBspStrategy<TData,TBoundary> |
Binary space partitioning strategy
Strategy tells
BspTree how to partition space/data. |
| IConstBspTree<TData,TBoundary> |
Constant interface to
BspTree |
| Class | Description |
|---|---|
| BspTree<TData,TBoundary> |
Binary space partitioning tree
This is a generic implementation supporting both 2D and 3D spaces (or any other space, even non-euclidean).
|
| SplitData<TData> |
Data spit into positive and negative parts
Immutable.
|
| Enum | Description |
|---|---|
| BspOccupation |
Binary space partition occupation
Enumeration that tells what part of space divided by a boundary an entity occupies
|
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.