mul
Multiplies this quaternion with another quaternion.
Return
The resulting quaternion.
Parameters
o
The quaternion to multiply with.
Multiplies two quaternions and stores the result in the provided quaternion.
Parameters
q
The first quaternion.
o
The second quaternion.
res
The quaternion to store the result in.