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