Quaterniond.premul

Pre-multiply this quaternion by <code>q</code>. <p> If <code>T</code> is <code>this</code> and <code>Q</code> is the given quaternion, then the resulting quaternion <code>R</code> is: <p> <code>R = Q * T</code> <p> So, this method uses pre-multiplication, resulting in a vector to be transformed by <code>T</code> first, and then by <code>Q</code>.

@param q the quaternion to pre-multiply <code>this</code> by @return this

Meta