Point.shift()

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.

Signature

Javascript
Point point.shift(float angle, float distance)

Example