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