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

Function directed_angle2

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