- copyof
VecType copyof()
- godotVector
Vector2 godotVector()
Undocumented in source. Be warned that the author may not have intended to support it.
- godotVector
Vector2i godotVector()
Undocumented in source. Be warned that the author may not have intended to support it.
- godotVector
Vector3 godotVector()
Undocumented in source. Be warned that the author may not have intended to support it.
- godotVector
Vector3i godotVector()
Undocumented in source. Be warned that the author may not have intended to support it.
- godotVector
Vector4 godotVector()
Undocumented in source. Be warned that the author may not have intended to support it.
- godotVector
Vector4i godotVector()
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
auto opBinary(Vector!(R, N) b)
auto opBinary(R b)
- opBinaryRight
auto opBinaryRight(Vector!(R, N) b)
auto opBinaryRight(R b)
opBinary x [+, -, *, /, %] y
- opCmp
int opCmp(Vector!(R, N) b)
- opEquals
bool opEquals(Vector!(R, size) b)
- opOpAssign
auto opOpAssign(Vector!(R, N) b)
auto opOpAssign(R b)
opOpAssign x [+, -, *, /, %]= y
- opUnary
auto opUnary()
- ptr
T* ptr()
- toHash
size_t toHash()
- toString
string toString()
Returns string representation of vector: [1.00, 1.00,... , 1.00]
Vector structure with data accesible with [N] or swizzling