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

pub type Transform = Transform2D<f32, UnknownUnit, UnknownUnit>;
Available on crate feature canvas only.
Expand description

Alias for euclid::default::Transform2D<f32>

Aliased Type§

struct Transform {
    pub m11: f32,
    pub m12: f32,
    pub m21: f32,
    pub m22: f32,
    pub m31: f32,
    pub m32: f32,
    /* private fields */
}

Fields§

§m11: f32§m12: f32§m21: f32§m22: f32§m31: f32§m32: f32