operator unary- method

Vector operator unary-()

Implementation

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