KDNode

Undocumented in source.

Constructors

this
this(KDPoint!(k, T) point)
Undocumented in source.

Members

Properties

leaf
bool leaf [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

build
KDNode!(k, T)* build(T[k][] points)
Undocumented in source. Be warned that the author may not have intended to support it.
build
KDNode!(k, T)* build(KDPoint!(k, T)[] points, size_t depth)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

left
KDNode!(k, T)* left;
Undocumented in source.
point
KDPoint!(k, T) point;
Undocumented in source.
right
KDNode!(k, T)* right;
Undocumented in source.

Meta