incrementXY abstract method

Position incrementXY(
  1. num nX,
  2. num nY
)

Increments the X,Y coordinates by nX and nY.

Implementation

Position incrementXY(num nX, num nY);