godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
Vector3i.this
godot
vector3
Vector3i
Undocumented in source.
this
(int x, int y, int z)
struct
Vector3i
@
nogc
nothrow
this
(
int
x
,
int
y
,
int
z
)
this
(int[3] coord)
this
(Vector3i b)
Meta
Source
See Implementation
godot
vector3
Vector3i
constructors
this
enums
Axis
functions
abs
clamp
length
length_squared
maxAxis
minAxis
opAssign
opBinary
opBinaryRight
opCast
opCmp
opIndex
opOpAssign
opUnary
sign
zero
unions
__anonymous