> Nekoplay

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.

start angle Number, String

Angle in degrees for drawing arcs or circular segments.

end angle Number, String

Angle in degrees for drawing arcs or circular segments.

type Number

Determines the drawing mode:

0: Fill and outline
1: Fill only
2: Outline only