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