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