linerelative lire
Creates lines using relative coordinates.
Creates a line from a point (which may either exist, or will be created) to a new point by giving relative coordinates.
linerelative Point_2 (6 4)
Creates a line from Point_2 (1, 2) to a new point which is 6 in the x- and 4 in the y- from Point_2 at (7, 6).
linerelative Point_2 (6 4) (1 5)
Creates a line from Point_2 (1, 2) to a new point which is 6 in the x- and 4 in the y- from Point_2 at (7, 6) and a line from this point to a new point which is 1 in the x- and 5 in the y- from the second point at (8, 11).
<Point'|<Coords: Number' Number'>'> <Coords{1,...}: <Coords: Number' Number'>'>
| Point | Point object reference | Name of the point from which the line should start |
| Coords | Coordinates | |
| Number | x | x-coordinate |
| Number | y | y-coordinate |
| Coords{1,...} 1 ∞ | Sequence of one or more relative coordinates | |
| Coords | Coordinates | |
| Number | x | x-coordinate |
| Number | y | y-coordinate |
| Mode | Target |
|---|---|
| Geometry | Global |