pub type Matrix3F32 = Matrix3<f32>;
Type alias for mat3 of f32
#[repr(C)]pub struct Matrix3F32(pub [f32; 3], pub [f32; 3], pub [f32; 3]);
0: [f32; 3]
1: [f32; 3]
2: [f32; 3]