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