liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
Quaternion.this
liberty
math
quaternion
Quaternion
Constructs a Quaternion from a value.
this
(U x)
struct
Quaternion
(T)
pure nothrow @
safe
@
nogc
this
(
U
)
(
U
x
)
if
(
isAssignable
!
U
)
this
(T qw, T qx, T qy, T qz)
Meta
Source
See Implementation
liberty
math
quaternion
Quaternion
aliases
type
constructors
this
functions
inverse
inversed
normalize
normalized
opAssign
opBinary
opCast
opEquals
opOpAssign
toEulerAngles
toString
static functions
fromAxis
fromEulerAngles
identity
unions
__anonymous
Constructs a Quaternion from a value.