Type Alias PagePoint

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

A point in PageSpace

Aliased Type§

#[repr(C)]
pub struct PagePoint { pub x: f64, pub y: f64, }

Fields§

§x: f64§y: f64