Skip to main content

Polygon

Constructs a polygon.

Syntax

polygon(Point, ..., Point)
polygon(Polygonal | Triangle)
polygon(Curve | Polar_curve)

Description

Constructs a polygon with vertices the given points.

calc.polygon1.calc.png
calc.polygon1.plotter0.calc.png

Constructs a polygon given a polygonal or triangle.

calc.polygon2.calc.png

Constructs a polygon given a curve. The last point is joined with the starting one.

calc.polygon3.calc.png
calc.polygon3.plotter0.calc.png