- clear
void clear(vt value)
Sets all values of the vector to value.
- normalize
void normalize()
- opBinary
Vector opBinary(vt r)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Vector opBinary(vt r)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Vector opBinary(Vector r)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
vt opBinary(Vector r)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Vector!(vt, T.cols) opBinary(T inp)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
auto opBinaryRight(T inp)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
- opCmp
int opCmp(Vector vec)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(T vec)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(const(T)[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(vt r)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(vt r)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(Vector r)
Undocumented in source. Be warned that the author may not have intended to support it.
- opUnary
Vector opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(vt x, vt y)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(vt x, vt y, vt z)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(vt x, vt y, vt z, vt w)
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(Vector!(vt, dimension) other)
Updates the vector with the values from other.
Base template for all vector-types.