pub type Vec3P = TVec3P<f32>;
A packed 3 component f32 vector
pub struct Vec3P(/* private fields */);