pub type Point3f = PointN<[f32; 3]>;
A 3-dimensional point with scalar type f32.
f32
pub struct Point3f(pub [f32; 3]);
0: [f32; 3]