Previous Up Next

12.7.5  Parallel lines in the plane: parallel

See section 13.5.5 for parallel lines in space.

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