Approximate a circle by drawing a many-sided regular polygon, using only left-hand turns, and restoring the turtle's original heading and position after the drawing is complete.
the turtle context
radius of the circle circumscribed around the polygon, must be > 0
number of sides of the polygon to draw, must be >= 10
Generated using TypeDoc
Approximate a circle by drawing a many-sided regular polygon, using only left-hand turns, and restoring the turtle's original heading and position after the drawing is complete.