pub type Point3d = Point3_<f64>;
struct Point3d { pub x: f64, pub y: f64, pub z: f64, }
x: f64
y: f64
z: f64