Increments the X,Y coordinates by nX and nY.
nX
nY
@override Point incrementXY(num nX, num nY) => Point(x + nX, y + nY);