iced_renderer::geometry::path::lyon_path::geom::utils

Function directed_angle2

pub fn directed_angle2<S>(
    center: Point2D<S, UnknownUnit>,
    a: Point2D<S, UnknownUnit>,
    b: Point2D<S, UnknownUnit>,
) -> S
where S: Scalar,
Available on crate feature geometry only.