linear ~master (2021-10-13T18:21:11Z)
Dub
Repo
opBinaryImpl
math
linear
axis_rot
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opBinaryImpl
(AxisRot!T a, AxisRot!U b)
auto
opBinaryImpl
(AxisRot!T a, U b)
auto
opBinaryImpl
(
string
op
: "*"
T
U
)
(
AxisRot
!
T
a
,
U
b
)
if
(
__traits(
compiles
,
typeof
(mixin ("a.data[0]*b")))
)
Meta
Source
See Implementation
math
linear
axis_rot
functions
axisRot
identity
inverse
invert
normalize
normalized
opBinaryImpl
opOpAssignImpl
toQuat
structs
AxisRot