pub type DMat3 = DMat3x3;
Matrix of f64s with 3 columns and 3 rows. Alignment 32, size 96.
#[repr(C, align(32))]pub struct DMat3 { pub inner: [DVec3; 3], /* private fields */ }
inner: [DVec3; 3]