arc(cx, cy, radius, startAngle, endAngle, anticlockwise, segments) → {PIXI.Graphics}
The arc method creates an arc/curve (used to create circles, or parts of circles).
Parameters
Name Type Description cx Number The x-coordinate of the center of the circle cy Number The y-coordinate of the center of the circle radius Number The radius of the circle startAngle Number The starting angle, in radians (0 is at the 3 o'clock position of the arc's circle) endAngle Number The ending angle,