pub type dmat4x2 = Array<dvec2, [Element<dvec2>; 4]>;Expand description
Matrix of 4 x 2 double-precision floating-point values.
Aliased Type§
#[repr(C, align(16))]pub struct dmat4x2(pub [Element<dvec2>; 4], pub PhantomData<fn(dvec2)>);Tuple Fields§
§0: [Element<dvec2>; 4]§1: PhantomData<fn(dvec2)>