raylib-d v4.5.1 (2023-04-10T17:05:38Z)
Dub
Repo
Linear.opBinary
raylib
raymathext
Linear
Returns a rotor equivalent to first apply p, then apply q
Rotor3
opBinary
(Rotor3 q)
mixintemplate
Linear
()
inout
static if
(
is(T == Rotor3)
)
Rotor3
opBinary
(
string
op
)
(
inout
Rotor3
q
)
if
(
op
== "*"
)
Vector3
opBinary
(Vector3 v)
T
opBinary
(T rhs)
T
opBinary
(float rhs)
Meta
Source
See Implementation
raylib
raymathext
Linear
functions
opBinary
opBinaryRight
opOpAssign
opUnary
static functions
one
zero
Returns a rotor equivalent to first apply p, then apply q