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