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