mul
Multiplies two quaternions. If they each represent a rotation, the result will represent the combined rotation. Note that due to floating point rounding the result may not be perfectly normalized.
Panics
Will panic if
self
orrhs
are not normalized whenglam_assert
is enabled.
Arguments
- _self :
DQuat
- No Documentation 🚧 - rhs :
DQuat
- No Documentation 🚧
Returns
- arg0 :
DQuat
- No Documentation 🚧