kdtree-diddiz ~master (2017-12-14T17:56:17Z)
Dub
Repo
add
kdtree
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
Source
See Implementation
kdtree
functions
add
elements
nearest
rebalance
size
structs
KDNode
templates
kdTree
Adds a new point to the kd tree.