quatMulLeft

fun quatMulLeft(otherQuat: Vec4f): MutableVec4f

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

Parameters

otherQuat

the quaternion to multiply with