Previous Up Next

11.7.5  Parallel lines: parallel

The parallel command takes as argument a point and a line.

parallel returns and draws the line parallel to the given line passing through the given point.
Input:

parallel(0,line(1,i))

Output:


Previous Up Next