Velocity operator unary-()

Return the negation of a velocity.

Source

Velocity operator -() => new Velocity(pixelsPerSecond: -pixelsPerSecond);