| Class | Description |
|---|---|
| KD_Tree |
This uses the
KD_TreeNode for inserting and searching over tree values. |
| KD_TreeNode |
This still produces a approximate search result, intended to be optimised by a kd-tree structure.
|
| NodeStats |
Some stats for a node.
|
| Tree |
This class can be used to build a tree-like structure, representing arbitrary information.
|
| TreeNode |
This class can be used as a node in a tree structure.
|