Draw FunctionsShapespolygonOn this pagepolygon polygon(origin: coordinate,sides: int,angle: angle,name: nonestr,anchor: ,..style: ,) Draws a regular polygon. polygon((0,0), 3, angle: 90deg)polygon((2,0), 5)polygon((4,0), 7) origin: coordinate Coordinate to draw the polygon at sides: int Number of sides of the polygon (>= 3) angle: angleDefault: 0deg Angle angle to rotate the polygon arround its origin Styling Root: polygon radius: numberDefault: 1 Radius of the polygon