pub type DVec3 = TVec3<f64>;
A 3 component f64 vector
#[repr(align(16))]pub struct DVec3 { /* private fields */ }