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