Type Alias Matrix2x3F32

Source
pub type Matrix2x3F32 = Matrix2x3<f32>;
Expand description

Type alias for mat23 of f32

Aliased Type§

#[repr(C)]
pub struct Matrix2x3F32(pub [f32; 3], pub [f32; 3]);

Tuple Fields§

§0: [f32; 3]§1: [f32; 3]