pub type imat3x2 = Array<ivec2, [Element<ivec2>; 3]>;Expand description
Matrix of 3 x 2 signed integer values.
Aliased Type§
#[repr(C, align(16))]pub struct imat3x2(pub [Element<ivec2>; 3], pub PhantomData<fn(ivec2)>);Tuple Fields§
§0: [Element<ivec2>; 3]§1: PhantomData<fn(ivec2)>