pub type Vec2 = TVec2<f32>;
A 2 component f32 vector
#[repr(align(16))]pub struct Vec2 { /* private fields */ }