pub type Matrix4F32 = Matrix4<f32>;Expand description
Type alias for mat4 of f32
Aliased Type§
#[repr(C)]pub struct Matrix4F32(pub [f32; 4], pub [f32; 4], pub [f32; 4], pub [f32; 4]);Tuple Fields§
§0: [f32; 4]§1: [f32; 4]§2: [f32; 4]§3: [f32; 4]