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