pub type dmat3 = dmat3x3;
Matrix of 3 x 3 double-precision floating-point values.
struct dmat3(pub [Element<dvec3>; 3], pub PhantomData<fn(_: dvec3)>);
0: [Element<dvec3>; 3]
1: PhantomData<fn(_: dvec3)>