pub type PagePoint = Point2D<f64, PageSpace>;
A point in PageSpace
pub struct PagePoint { pub x: f64, pub y: f64, /* private fields */ }
x: f64
y: f64