pub type KDTree = BinaryTree<KDTreeBranch>;
Expand description

Kd-tree implementation