Type Alias Matx22f

Source
pub type Matx22f = Matx22<f32>;

Aliased Type§

#[repr(C)]
pub struct Matx22f { pub val: [f32; 4], }

Fields§

§val: [f32; 4]