Type Alias dioxus_html::geometry::PagePoint

source ·
pub type PagePoint = Point2D<f64, PageSpace>;
Expand description

A point in PageSpace

Aliased Type§

struct PagePoint {
    pub x: f64,
    pub y: f64,
    /* private fields */
}

Fields§

§x: f64§y: f64