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