wedge
inline fun Renderer.wedge(center: Point, radius: Double, sweep: Measure<Angle>, rotation: Measure<Angle>, color: Color)
Fills a width centered at the given point and swept by the given angle. Wedges are like arcs with their paths closed at the center point.
Parameters
center
point for arc
sweep
of the arc
color
to fill with
inline fun Renderer.wedge(center: Point, radius: Double, sweep: Measure<Angle>, rotation: Measure<Angle>, stroke: Stroke, color: Color)
Fills and outlines a width centered at the given point and swept by the given angle. Wedges are like arcs with their paths closed at the center point.
Parameters
center
point for arc
sweep
of the arc
stroke
to outline with
color
to fill with