Set the current Quant with the new values
Quat scale(Quat q, double s) { x = q.x * s; y = q.y * s; z = q.z * s; w = q.w *s; return this; }