pub type Vec2P = TVec2P<f32>;
A packed 2 component f32 vector
pub struct Vec2P(/* private fields */);