Increments the X,Y coordinates by p.
p
@override Position decrement(WithXY p) => incrementXY(-p.x, -p.y);