Return the difference of two velocities.
Velocity operator -(Velocity other) { return Velocity( pixelsPerSecond: pixelsPerSecond - other.pixelsPerSecond); }