Vector4i

Undocumented in source.

Constructors

this
this(int x, int y, int z, int w)
Undocumented in source.
this
this(int[4] coord)
Undocumented in source.
this
this(Vector4i b)
Undocumented in source.

Members

Enums

Axis
enum Axis
Undocumented in source.

Functions

abs
Vector4i abs()
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
godot_int lengthSquared()
Undocumented in source. Be warned that the author may not have intended to support it.
maxAxis
int maxAxis()
Undocumented in source. Be warned that the author may not have intended to support it.
minAxis
int minAxis()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(Vector4i b)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(godot_vector4i b)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Vector4i opBinary(Vector4i other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Vector4i opBinary(real_t scalar)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
Vector4i opBinaryRight(real_t scalar)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
Vector3 opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
Vector4 opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Vector4i other)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
const(godot_int) opIndex(int p_axis)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
godot_int opIndex(int p_axis)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(Vector4i other)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(real_t scalar)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
Vector4i opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
sign
Vector4i sign()
Undocumented in source. Be warned that the author may not have intended to support it.
zero
void zero()
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Meta