pub type float2x2 = Mat2<f32>;
#[repr(C)]pub struct float2x2 { pub a1: f32, pub a2: f32, pub b1: f32, pub b2: f32, }
a1: f32
a2: f32
b1: f32
b2: f32