kdtree-diddiz ~master (2017-12-14T17:56:17Z)
Dub
Repo
kdTree
kdtree
Creates a new kd tree.
KDNode
!(
k
,
T
)*
kdTree
()
template
kdTree
(size_t k, T)
pure nothrow @
nogc
KDNode
!(
k
,
T
)*
kdTree
(
)
KDNode
!(
k
,
T
)*
kdTree
(T[k][] points, size_t depth)
Members
Functions
kdTree
KDNode
!(
k
,
T
)*
kdTree
()
Undocumented in source. Be warned that the author may not have intended to support it.
kdTree
KDNode
!(
k
,
T
)*
kdTree
(T[k][] points, size_t depth)
Undocumented in source. Be warned that the author may not have intended to support it.
quickSelect
void
quickSelect
(T[k][] points, size_t axis, size_t k)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
kdtree
functions
add
elements
nearest
rebalance
size
structs
KDNode
templates
kdTree
Creates a new kd tree.