Structs§
- A KD tree represents a collection of points in space, with the ability to answer distance related queries, mainly:
- Fine grained control over a query within the tree (
KdTree::k_closest
).
Enums§
- Represents an inner / outer limit for a query within the tree (
KdTree::k_closest
). SeeQueryOptions
for more info