Inverse the current Quant by q
q
Quat invert(Quat q ) { x = q.x; y = q.y; z = q.z; w = q.w; conjugate().normalize(); return this; }