operator unary- method

Vec2 operator unary-()

Implementation

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