Matx14

Type Alias Matx14 

Source
pub type Matx14<T> = Matx<T, SizedArray14>;

Aliased Type§

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

Fields§

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