negate method

Vector2C negate()

Implementation

Vector2C negate() => set(-x, -y);