arc
draw.arc()
Draws a circular arc from angle ang1 to ang2.
draw.arc([x, y, rad], start angle, end angle, type)
[x, y, rad]
Array
Defines a circle with center at (x
, y
) and the given radius.
Angle in degrees for drawing arcs or circular segments.
Angle in degrees for drawing arcs or circular segments.
type
Number
Determines the drawing mode:
0
: Fill and outline1
: Fill only2
: Outline only