Module kd_tree

Source
Expand description

A K-Dimensional Tree data structure, useful for various geo-spatial computations.

Structs§

KDTree
The Actual K-Dimensional Tree struct, contains it’s first node.