pub type TriangleF = Triangle<f32>;
#[repr(transparent)]pub struct TriangleF(pub [Vec2<f32>; 3]);
0: [Vec2<f32>; 3]