sily v3.0.0 (2023-10-17T16:22:24Z)
Dub
Repo
Quaternion.this
sily
quat
Quaternion
Constructs quaternion from single value or array of values
this
(float val)
this
(float[4] vals)
struct
Quaternion
this
(
in
float
[4]
vals
...
)
this
(float[3] vals)
this
(mat4 m)
this
(vec3 axis, float angle)
Meta
Source
See Implementation
sily
quat
Quaternion
aliases
normalise
normalised
constructors
this
functions
angle
axisAngle
copyof
dot
isClose
length
lengthSquared
lerp
nlerp
normalize
normalized
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
opUnary
ptr
slerp
toHash
toString
mixins
__anonymous
static functions
rotation
variables
data
Constructs quaternion from single value or array of values