pub type QuadF = Quad<f32>;
#[repr(transparent)]pub struct QuadF(pub [Vec2<f32>; 4]);
0: [Vec2<f32>; 4]