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