A manual page a day... Click here to see the manual table of contents.
Using relative polar coordinates makes drawing a square tilted at a 45-degree angle a simple task. Polar coordinates base the location of a point on a distance and angle from either the origin (absolute coordinate) or from the previous point (relative coordinate).
To specify polar coordinates, type a distance and an angle, separated by the open angle bracket (<). For example, to use relative polar coordinates to specify a point 1 unit away from the previous point and at an angle of 45 degrees, type @1<45.
To draw the square from the example in the previous section, "Entering relative Cartesian coordinates," this time tilted at a 45-degree angle, start the Line command, and then respond to the prompts as follows:
Start of line: 4,5
Angle · Length · <Endpoint>: @8.5<45
Angle · Length · Follow · Undo · <Endpoint>: @8.5<315
Angle · Length · Follow · Close · Undo · <Endpoint>: @8.5<225
ù![]() |
Drawing a tilted square using the relative polar coordinates method; enter C to close. |