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