Returns a new quaternion with all components scaled by o.
o
Q scale(num o) => _q(x * o, y * o, z * o, w * o);