godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
Vector4i.opBinary
godot
vector4
Vector4i
Undocumented in source. Be warned that the author may not have intended to support it.
Vector4i
opBinary
(Vector4i other)
struct
Vector4i
@
nogc
nothrow const
Vector4i
opBinary
(
string
op
)
(
in
Vector4i
other
)
if
(
op
== "+" ||
op
== "-"
||
op
== "*"
||
op
== "/"
)
Vector4i
opBinary
(real_t scalar)
Meta
Source
See Implementation
godot
vector4
Vector4i
constructors
this
enums
Axis
functions
abs
length
lengthSquared
maxAxis
minAxis
opAssign
opBinary
opBinaryRight
opCast
opCmp
opIndex
opOpAssign
opUnary
sign
zero
unions
__anonymous