pub type Vec4P = TVec4P<f32>;
A packed 4 component f32 vector
pub struct Vec4P(/* private fields */);