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

Type Alias Point

pub type Point<T> = Point2D<T, UnknownUnit>;
Available on crate feature geometry only.

Aliased Type§

struct Point<T> {
    pub x: T,
    pub y: T,
}

Fields§

§x: T§y: T