pub type dmat3x4 = Array<dvec4, [Element<dvec4>; 3]>;
Expand description
Matrix of 3 x 4 double-precision floating-point values.
Aliased Type§
struct dmat3x4(pub [Element<dvec4>; 3], pub PhantomData<fn(_: dvec4)>);
Fields§
§0: [Element<dvec4>; 3]
§1: PhantomData<fn(_: dvec4)>