Matx44f

Type Alias Matx44f 

Source
pub type Matx44f = Matx44<f32>;

Aliased Type§

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

Fields§

§val: [f32; 16]