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 or rhs are not normalized when glam_assert is enabled.

Arguments

  • _self : Quat - No Documentation 🚧
  • rhs : Quat - No Documentation 🚧

Returns

  • arg0 : Quat - No Documentation 🚧