The path follows a circle (curve) around the center points in x and y.
The rotation centers x and y are the coordinates in x and y of the circle center relative to the current position (current position = the row before the row with entries in rotation center x and y coordinates).
So for example in the data the move from the 2nd to 3rd row would be a circular movement from x(2) to x(3) and from y(2) to y(3) but in a cirle with center point at x(2)+RotCenterX(3) and y(2)+RotCenterY(3).