Previous Up Next

26.9.3  General polygons in the plane

See Section 27.8.3 for general polygons in space.

The polygon command draws general polygons.

Examples

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

Previous Up Next