Type Alias Matx33

Source
pub type Matx33<T> = Matx<T, SizedArray33>;

Aliased Type§

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

Fields§

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