Skip to main content

Matx16f

Type Alias Matx16f 

Source
pub type Matx16f = Matx16<f32>;

Aliased Type§

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

Fields§

§val: [f32; 6]