pub type Point = Point2D<f64, LogicalSpace>;
Logical point.
pub struct Point { pub x: f64, pub y: f64, }
x: f64
y: f64