carbon v1.8.0 (2018-09-02T09:54:37Z)
Home
Dub
Repo
Quaternion.opOpAssign
carbon
quaternion
Quaternion
Undocumented in source. Be warned that the author may not have intended to support it.
void
opOpAssign
(Quaternion!E q)
struct
Quaternion
(S)
void
opOpAssign
(
string
op
E
)
(
in
Quaternion
!
E
q
)
if
(
!
is
(
CommonType
!(
S
,
E
) ==
void
) &&
is
(
typeof
(mixin ("this " ~
op
~ " q")))
)
if
(
isNotVectorOrMatrix
!
S
)
void
opOpAssign
(E s)
Meta
Source
See Implementation
carbon
quaternion
Quaternion
aliases
a
b
c
d
w
x
y
z
constructors
this
functions
i
j
k
opAssign
opBinary
opBinaryRight
opEquals
opIndex
opOpAssign
opUnary
s
toString
properties
asVec4
v