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)
KDNode
!(
k
,
T
)*
build
(KDPoint!(k, T)[] points, size_t depth)
struct
KDNode
(size_t k, T)
static
KDNode
!(
k
,
T
)*
build
(
KDPoint
!(
k
,
T
)[]
points
,
size_t
depth
= 0
)
if
(
k
> 0
)
Meta
Source
See Implementation
kdtree
node
KDNode
constructors
this
properties
leaf
static functions
build
variables
left
point
right