Previous Up Next

26.6.5  Parallel lines in the plane

See Section 27.4.5 for parallel lines in space.

The parallel command finds a line parallel to a given line.

Example

L:=line(1,i,color=blue); parallel(0,L,color=orange)

Previous Up Next