pub type imat2x4 = Array<ivec4, [Element<ivec4>; 2]>;
Expand description
Matrix of 2 x 4 signed integer values.
Aliased Type§
struct imat2x4(pub [Element<ivec4>; 2], pub PhantomData<fn(_: ivec4)>);
Fields§
§0: [Element<ivec4>; 2]
§1: PhantomData<fn(_: ivec4)>