DrawArc

void DrawArc(
const Rgba &color, float startAngle,
float angleSweep, float innerRadius )

Draws a filled arc of the Circle. The outer radius of the arc is the radius of the Circle.

Other functions of the class Circle
DrawDisk
Draws a filled disk
DrawArc
Draws a filled arc of the Circle
SetRadius
Sets the radius of the circle


Questions about DrawArc? Click here.