pub type Matrix2x3F32 = Matrix2x3<f32>;
Type alias for mat23 of f32
#[repr(C)]pub struct Matrix2x3F32(pub [f32; 3], pub [f32; 3]);
0: [f32; 3]
1: [f32; 3]