- add
void add(Vec!(V, size) other)
Undocumented in source. Be warned that the author may not have intended to support it.
- div
void div(V factor)
Undocumented in source. Be warned that the author may not have intended to support it.
- dot
T dot(Vec!(T, size) other)
Undocumented in source. Be warned that the author may not have intended to support it.
- mag
double mag()
Undocumented in source. Be warned that the author may not have intended to support it.
- mul
void mul(V factor)
Undocumented in source. Be warned that the author may not have intended to support it.
- norm
void norm()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
T opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(T value, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
- sub
void sub(Vec!(V, size) other)
Undocumented in source. Be warned that the author may not have intended to support it.
- toCartesian
void toCartesian()
Undocumented in source. Be warned that the author may not have intended to support it.
- toPolar
void toPolar()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
Generic struct that represents a vector holding size elements of type T. A vector must contain at least 1 element, and has no upper-bound on the size beyond restrictions imposed by the system.