Polygon
Constructs a polygon.
Syntax
polygon(Point, ..., Point)
polygon(Polygonal | Triangle)
polygon(Curve | Polar_curve)
Description
Constructs a polygon with vertices the given points.
Constructs a polygon given a polygonal or triangle.
Constructs a polygon given a curve. The last point is joined with the starting one.