- cross
Vector cross(Vector other)
Undocumented in source. Be warned that the author may not have intended to support it.
- distance
Type distance(Vector other)
Undocumented in source. Be warned that the author may not have intended to support it.
- dot
Type dot(Vector other)
Undocumented in source. Be warned that the author may not have intended to support it.
- nan
bool nan()
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
auto opAssign(Type[Size] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Type opBinary(Vector other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Vector!(Size + 1) opBinary(Type n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Vector opBinary(Vector other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Vector opBinary(Type s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
Type opIndex(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
Vector opOpAssign(T other)
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.
- to
string to()
Undocumented in source. Be warned that the author may not have intended to support it.
- to
Vector!(Size, T) to()
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.