class Kd::Tree::Node(T)
- Kd::Tree::Node(T)
- Reference
- Object
Overview
Represents a node in the KD-tree. Each node stores a pivot point, the axis it splits, and references to its left and right children.
Represents a node in the KD-tree. Each node stores a pivot point, the axis it splits, and references to its left and right children.