The Point.shift() method returns a new Point that is distance (mm) away in the direction of angle (degrees). An angle of 0° points to the right, and the angle increases counterclockwise.
Point.shift()
Point
distance
angle
Point point.shift(float angle, float distance)