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