Matx44

Type Alias Matx44 

Source
pub type Matx44<T> = Matx<T, SizedArray44>;

Aliased Type§

#[repr(C)]
pub struct Matx44<T> { pub val: <SizedArray44 as SizedArray<T>>::Storage, }

Fields§

§val: <SizedArray44 as SizedArray<T>>::Storage