pub type Point2 = Point2<f64>;
redefinition, scalar = f64
#[repr(C)]pub struct Point2 { pub x: f64, pub y: f64, }
x: f64
y: f64