godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
Quaternion.this
godot
quat
Quaternion
Undocumented in source.
this
(real_t p_x, real_t p_y, real_t p_z, real_t p_w)
this
(Vector3 axis, real_t angle)
this
(Vector3 v0, Vector3 v1)
struct
Quaternion
@
nogc
nothrow
this
(
in
Vector3
v0
,
in
Vector3
v1
)
Meta
Source
See Implementation
godot
quat
Quaternion
constructors
this
functions
cubicSlerp
dot
getAxisAndAngle
getEuler
inverse
length
lengthSquared
normalize
normalized
opBinary
opOpAssign
opUnary
set
setEuler
slerp
slerpni
xform
variables
w
x
y
z