godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
Vector4.opBinary
godot
vector4
Vector4
Undocumented in source. Be warned that the author may not have intended to support it.
Vector4
opBinary
(Vector4 other)
struct
Vector4
@
nogc
nothrow const
Vector4
opBinary
(
string
op
)
(
in
Vector4
other
)
if
(
op
== "+" ||
op
== "-"
||
op
== "*"
||
op
== "/"
)
Vector4
opBinary
(real_t scalar)
Meta
Source
See Implementation
godot
vector4
Vector4
aliases
lerp
constructors
this
enums
Axis
functions
abs
ceil
cubicInterpolate
distanceSquaredTo
distanceTo
dot
floor
inverse
length
lengthSquared
linearInterpolate
maxAxis
minAxis
normalize
normalized
opAssign
opBinary
opBinaryRight
opCmp
opDispatch
opIndex
opOpAssign
opUnary
snap
snapped
unions
__anonymous