Type Alias Matrix2F32

Source
pub type Matrix2F32 = Matrix2<f32>;
Expand description

Type alias for mat2 of f32

Aliased Type§

#[repr(C)]
pub struct Matrix2F32(pub [f32; 2], pub [f32; 2]);

Tuple Fields§

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