Skip to main content

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

Point point.shift(float angle, float distance)

Example

7cm Point A Point B is point A shifted 7 cmat a 155 degree angle

An example of the Point.shift() method