add

Adds a new point to the kd tree.

pure nothrow
void
add
(
size_t k
T
)
(
ref KDNode!(k, T)* root
,
in T[k] point
,
size_t depth = 0
)

Meta