pub type Point3d = Point3<Length>;
pub struct Point3d { pub x: Length, pub y: Length, pub z: Length, }
x: Length
y: Length
z: Length