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