iced_renderer::geometry::path::lyon_path::math

Type Alias Angle

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

An angle in radians (f32).

Aliased Type§

struct Angle {
    pub radians: f32,
}

Fields§

§radians: f32