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