Type Alias Matx13f

Source
pub type Matx13f = Matx13<f32>;

Aliased Type§

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

Fields§

§val: [f32; 3]