Type Alias Matrix3x4F32

Source
pub type Matrix3x4F32 = Matrix3x4<f32>;
Expand description

Type alias for mat34 of f32

Aliased Type§

#[repr(C)]
pub struct Matrix3x4F32(pub [f32; 4], pub [f32; 4], pub [f32; 4]);

Tuple Fields§

§0: [f32; 4]§1: [f32; 4]§2: [f32; 4]