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