turtle_circle
Draw a circle or arc. Positive radius = clockwise.
turtle_circle(
radius,
[extent],
[steps]
)
Draw a circle or arc. Positive radius = clockwise.
Syntaxe
turtle_circle(radius=50); turtle_circle(radius=50, extent=1.5707);
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
radius | yes | - | Circle radius | |
extent | - | - | Arc angle in radians, default full circle | |
steps | - | - | Number of steps, default auto |