pub type F64Point = Point2D<f64>;
#[repr(C)]pub struct F64Point { pub x: f64, pub y: f64, /* private fields */ }
x: f64
y: f64