Function arc_angles

Source
pub fn arc_angles(
    from: Coords2d,
    to: Coords2d,
    center: Coords2d,
    radius: f64,
    source_range: SourceRange,
) -> Result<(Angle, Angle), KclError>