Type Alias dioxus_html::geometry::PagesVector

source ·
pub type PagesVector = Vector3D<f64, Pages>;
Expand description

A vector expressed in Pages

Aliased Type§

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

Fields§

§x: f64

The x (traditionally, horizontal) coordinate.

§y: f64

The y (traditionally, vertical) coordinate.

§z: f64

The z (traditionally, depth) coordinate.