Function multiply

  • Multiplies two quaternions

    Parameters

    • a: Quat

      the first quaternion

    • b: Quat

      the second quaternion

    • Optional dst: Quat

      quaternion to hold result. If not passed in a new one is created.

    Returns Quat

    A quaternion that is the result of a * b