pub type dmat4 = dmat4x4;
Matrix of 4 x 4 double-precision floating-point values.
struct dmat4(pub [Element<dvec4>; 4], pub PhantomData<fn(_: dvec4)>);
0: [Element<dvec4>; 4]
1: PhantomData<fn(_: dvec4)>