class Crystalg::DataStructures::KDTree(T)
- Crystalg::DataStructures::KDTree(T)
- Reference
- Object
Overview
KD Tree is a data structure for organizing points in a k-dimensional space. KD Trees are a useful data structure for several applications, such as range searches and nearest neighbor searches.