gfm ~master (2021-03-12T16:19:32Z)
Home
Dub
Repo
Quaternion.opBinary
gfm
math
quaternion
Quaternion
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Quaternion
(T)
@
nogc
pure const nothrow
Quaternion
opBinary
(
string
op
U
)
(
U
operand
)
if
(
is
(
U
:
Quaternion
) ||
(
isConvertible
!
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