semicircle

fun semicircle(center: Point, radius: Double, start: Measure<Angle>, end: Measure<Angle>): Path

Creates a path for a semicircle. The direction of sweep is controlled by the sign of end - start.

Return

path representing the semicircle

Parameters

center

of the circle

radius

of the circle

start

angle

end

angle