Type Alias Matx21f

Source
pub type Matx21f = Matx21<f32>;

Aliased Type§

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

Fields§

§val: [f32; 2]