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