quatMulLeft

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

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

Parameters

otherQuat

the quaternion to multiply with

result

the quaternion to output the result to