Type Alias Matx34

Source
pub type Matx34<T> = Matx<T, SizedArray34>;

Aliased Type§

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

Fields§

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