pub type mat2 = mat2x2;
Matrix of 2 x 2 floating-point values.
struct mat2(pub [Element<vec2>; 2], pub PhantomData<fn(_: vec2)>);
0: [Element<vec2>; 2]
1: PhantomData<fn(_: vec2)>