love.graphics.arc
Available since LÖVE 0.8.0 This function is not supported in earlier versions. Draws a filled or unfilled arc at position (x, y). The arc is drawn from angle1 to angle2 in radians. The segments parameter determines how many segments are used to draw the arc. The more segments, the smoother the edge. Function Draws an arc using the "pie" ArcType. Synopsis love.graphics.arc( drawmode, x, y, radius, angle1, angle2, segments ) Arguments DrawMode drawmode How to draw the arc