negate method

Vector negate()

Implementation

Vector negate() => Vector(-x, -y);