dlsl ~master (2022-04-13T07:10:34.3128445)
Dub
Repo
Quaternion.opBinary
dlsl
quaternion
Quaternion
//////////// ////////////
Quaternion
opBinary
(Quaternion q)
struct
Quaternion
(type)
nothrow @
nogc
pure nothrow @
nogc
pure nothrow @
nogc
@
safe
const
Quaternion
opBinary
(
string
op
)
(
Quaternion
q
)
if
(
(
op
== "+"
)
||
(
op
== "-"
)
)
Quaternion
opBinary
(Quaternion q)
Vector
!(
valueType
,
3
)
opBinary
(Vector!(valueType, 3) v)
Quaternion
opBinary
(valueType s)
Meta
Source
See Implementation
dlsl
quaternion
Quaternion
aliases
valueType
constructors
this
functions
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
ptr
rotate
rotateX
rotateY
rotateZ
toString
properties
identity
static functions
rotation
rotationX
rotationY
rotationZ
variables
vector
//////////// ////////////