Type Alias iced::widget::canvas::path::lyon_path::math::Angle

pub type Angle = Angle<f32>;
Available on crate feature canvas only.
Expand description

An angle in radians (f32).

Aliased Type§

struct Angle {
    pub radians: f32,
}

Fields§

§radians: f32