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