mul

fun mul(other: Quaternion): Quaternion

Multiplies this quaternion with another one in the form of this = this * other

Return

This quaternion for chaining

Parameters

other

Quaternion to multiply with