pub type DMat4 = DMat4x4;
Matrix of f64s with 4 columns and 4 rows. Alignment 32, size 128.
#[repr(C, align(32))]pub struct DMat4 { pub inner: [DVec4; 4], /* private fields */ }
inner: [DVec4; 4]