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