pub fn arc_center_and_end(
    from: &Point2d,
    start_angle_deg: f64,
    end_angle_deg: f64,
    radius: f64
) -> (Point2d, Point2d)