KDPoint

Undocumented in source.

Constructors

this
this(T[k] state)
Undocumented in source.

Members

Functions

distanceSq
double distanceSq(KDPoint!(k, T) other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(KDPoint!(k, T) other)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t axis)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
T[] opSlice(size_t start, size_t stop)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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

Variables

length
enum size_t length;
Undocumented in source.
state
T[k] state;
Undocumented in source.

Meta