negate method

Q negate()

Returns a new quaternion with all components negated.

Implementation

Q negate() => _q(-x, -y, -z, -w);