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