kdtree ~master (2016-03-25T18:32:02Z)
Dub
Repo
KDNode.build
kdtree
node
KDNode
Undocumented in source. Be warned that the author may not have intended to support it.
KDNode
!(
k
,
T
)*
build
(T[k][] points)
struct
KDNode
(size_t k, T)
static
KDNode
!(
k
,
T
)*
build
(
T
[
k
][]
points
...
)
if
(
k
> 0
)
KDNode
!(
k
,
T
)*
build
(KDPoint!(k, T)[] points, size_t depth)
Meta
Source
See Implementation
kdtree
node
KDNode
constructors
this
properties
leaf
static functions
build
variables
left
point
right