M33f

Type Alias M33f 

Source
pub type M33f = Matrix33<f32>;

Aliased Type§

#[repr(C)]
pub struct M33f { pub x: [f32; 9], }

Fields§

§x: [f32; 9]