pub type Point2f = Point_<f32>;
#[repr(C)]pub struct Point2f { pub x: f32, pub y: f32, }
x: f32
y: f32