arc
inline fun Renderer.arc(center: Point, radius: Double, sweep: Measure<Angle>, rotation: Measure<Angle>, color: Color)
Fills an arc centered at the given point and swept by the given angle.
Parameters
center
point for arc
sweep
of the arc
color
to fill with
inline fun Renderer.arc(center: Point, radius: Double, sweep: Measure<Angle>, rotation: Measure<Angle>, stroke: Stroke, color: Color)
Fills and outlines an arc centered at the given point and swept by the given angle.
Parameters
center
point for arc
sweep
of the arc
stroke
to outline with
color
to fill with