pub type mat3 = mat3x3;
Matrix of 3 x 3 floating-point values.
struct mat3(pub [Element<vec3>; 3], pub PhantomData<fn(_: vec3)>);
0: [Element<vec3>; 3]
1: PhantomData<fn(_: vec3)>