Type Alias Matx23f

Source
pub type Matx23f = Matx23<f32>;

Aliased Type§

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

Fields§

§val: [f32; 6]