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