DMat2

Type Alias DMat2 

Source
pub type DMat2 = DMat2x2;
Expand description

Matrix of f64s with 2 columns and 3 rows. Alignment 16, size 48.

Aliased Type§

#[repr(C, align(16))]
pub struct DMat2 { pub inner: [DVec2; 2], /* private fields */ }

Fields§

§inner: [DVec2; 2]