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

Type Alias Translation

pub type Translation<S> = Translation2D<S, UnknownUnit, UnknownUnit>;
Available on crate feature geometry only.
Expand description

Alias for euclid::default::Translation2D

Aliased Type§

struct Translation<S> {
    pub x: S,
    pub y: S,
}

Fields§

§x: S§y: S