pub type Matrix2F32 = Matrix2<f32>;
Type alias for mat2 of f32
#[repr(C)]pub struct Matrix2F32(pub [f32; 2], pub [f32; 2]);
0: [f32; 2]
1: [f32; 2]