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