pp ~master (2018-05-25T20:29:15Z)
Dub
Repo
QuaternionT.opOpAssign
polyplex
math
quaternion
QuaternionT
quaternion *= quaternion
void
opOpAssign
(
U
rhs
)
struct
QuaternionT
(T)
void
opOpAssign
pure nothrow
(
string
op
U
)
(
U
rhs
)
if
(
is
(
U
:
QuaternionT
!
T
) &&
op
== "*"
)
if
(
__traits(
isFloating
,
T
)
)
void
opOpAssign
(
U
rhs
)
Meta
Source
See Implementation
polyplex
math
quaternion
QuaternionT
constructors
this
functions
Conjugate
Normalize
ToEulerAngle
opBinary
opOpAssign
static functions
Identity
ToQuaternion
variables
data
quaternion *= quaternion