model/kd_tree library

Classes

KDNode
KDTree
A class implementing the concept of a kd-tree. A kd-tree is a binary tree that splits the space in k dimensions. It is used to store points in k-dimensional space and efficiently answer nearest neighbor queries.