pub type ScreenPoint = Point2D<f64, ScreenSpace>;
A point in ScreenSpace
#[repr(C)]pub struct ScreenPoint { pub x: f64, pub y: f64, }
x: f64
y: f64