sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Quaternion.z
sbylib
math
quaternion
Quaternion
Components of quaternion.
q = ix + jy + kz + w
T
x
;
T
y
;
T
z
;
struct
Quaternion
(T)
T
z
;
T
w
;
Meta
Source
See Implementation
sbylib
math
quaternion
Quaternion
constructors
this
functions
array
axis
baseX
baseY
baseZ
opBinary
opBinaryRight
opIndex
opOpAssign
opUnary
toString
static functions
axisAngle
rotFromTo
variables
w
x
y
z
Components of quaternion.
q = ix + jy + kz + w