Vector3i

Undocumented in source.

Constructors

this
this(int x, int y, int z)
Undocumented in source.
this
this(int[3] coord)
Undocumented in source.
this
this(Vector3i b)
Undocumented in source.

Members

Enums

Axis
enum Axis
Undocumented in source.

Functions

abs
Vector3i abs()
Undocumented in source. Be warned that the author may not have intended to support it.
clamp
Vector3i clamp(Vector3i p_min, Vector3i p_max)
Undocumented in source. Be warned that the author may not have intended to support it.
length
double length()
Undocumented in source. Be warned that the author may not have intended to support it.
length_squared
int64_t length_squared()
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(Vector3i b)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(godot_vector3i b)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Vector3i opBinary(Vector3i other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Vector3i opBinary(godot_int scalar)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
Vector3i opBinaryRight(godot_int 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.
opCmp
int opCmp(Vector3i 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(Vector3i 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
Vector3i opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
sign
Vector3i 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