gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
Quaternion.opAssign
gfm
math
quaternion
Quaternion
Assign from another Quaternion.
Quaternion
opAssign
(U u)
struct
Quaternion
(T)
@
nogc
ref pure nothrow
Quaternion
opAssign
(
U
)
(
U
u
)
if
(
is
(
typeof
(
U._isQuaternion
)) &&
is
(
U._T
:
T
)
)
Quaternion
opAssign
(U u)
Meta
Source
See Implementation
gfm
math
quaternion
Quaternion
constructors
this
functions
inverse
inversed
normalize
normalized
opAssign
opBinary
opCast
opEquals
opOpAssign
toEulerAngles
toString
static functions
fromAxis
fromEulerAngles
identity
unions
__anonymous
Assign from another Quaternion.