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