pub type Point2F32 = [f32; 2];
2D point with f32 components — typically a parametric (u, v) coordinate.
f32