Function cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::utils::directed_angle2

source ยท
pub fn directed_angle2<S>(
    center: Point2D<S, UnknownUnit>,
    a: Point2D<S, UnknownUnit>,
    b: Point2D<S, UnknownUnit>,
) -> S
where S: Scalar,