Previous Up Next

26.9.4  Polygonal lines in the plane

See Section 27.8.4 for polygonal lines in space.

The open_polygon command draws a polygonal path.

Examples

open_polygon(-1,-1+i/2,i,1+i,-i)
open_polygon(makelist(x->exp(i*pi*x/3),0,5,1))

Previous Up Next