- abs
Vector2i abs()
Undocumented in source. Be warned that the author may not have intended to support it.
- aspect
real_t aspect()
Undocumented in source. Be warned that the author may not have intended to support it.
- clamp
Vector2i clamp(Vector2i p_min, Vector2i p_max)
Undocumented in source. Be warned that the author may not have intended to support it.
- length
real_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
- lengthSquared
int64_t lengthSquared()
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(Vector2i b)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(godot_vector2i b)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Vector2i opBinary(Vector2i other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Vector2i opBinary(godot_int scalar)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
Vector2i opBinaryRight(godot_int scalar)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
Vector2 opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
- opCmp
int opCmp(Vector2 other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
godot_int opIndex(int axis)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
const(godot_int) opIndex(int axis)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(Vector2i other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(godot_int scalar)
Undocumented in source. Be warned that the author may not have intended to support it.
- opUnary
Vector2i opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.