kdTree

Creates a new kd tree.

  1. KDNode!(k, T)* kdTree()
    template kdTree(size_t k, T)
    pure nothrow @nogc
    KDNode!(k, T)*
    kdTree
    ()
  2. 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