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