godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
Vector4.this
godot
vector4
Vector4
Undocumented in source.
this
(real_t x, real_t y, real_t z, real_t w)
this
(real_t[4] coord)
this
(Vector4 b)
struct
Vector4
@
nogc
nothrow
this
(
in
Vector4
b
)
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