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