pub type Matrix3x4F32 = Matrix3x4<f32>;
Type alias for mat34 of f32
#[repr(C)]pub struct Matrix3x4F32(pub [f32; 4], pub [f32; 4], pub [f32; 4]);
0: [f32; 4]
1: [f32; 4]
2: [f32; 4]