quatMul

fun quatMul(otherQuat: Vec4f, result: MutableVec4f): MutableVec4f

Multiplies this vector as a quaternion with another in the form of this * other.

Parameters

otherQuat

the quaternion to multiply with

result

the quaternion to output the result to