kdtree-diddiz ~master (2017-12-14T17:56:17Z)
Dub
Repo
KDNode
kdtree
Undocumented in source.
struct
KDNode (
size_t
k
T
)
if
(
k
> 0
) {
this
(T[k] state);
}
Constructors
this
this
(T[k] state)
Undocumented in source.
Meta
Source
See Implementation
kdtree
functions
add
elements
nearest
rebalance
size
structs
KDNode
templates
kdTree