pub fn arc_center(
    x0: f64,
    y0: f64,
    radius: f64,
    deg0: f64,
    deg1: f64
) -> LineString<f64>
Expand description

Draw an arc, centered on a point. Degrees are compass degrees again, sorry.