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