sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Quaternion.this
sbylib
math
quaternion
Quaternion
Constructor from imaginary vector and real part
this
(T x, T y, T z, T w)
this
(Vector!(T, 3) v, T w)
struct
Quaternion
(T)
this
(
Vector
!(
T
, 3)
v
,
T
w
)
if
(
__traits(
isArithmetic
,
T
)
)
this
(Range r)
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
Constructor from imaginary vector and real part