imat4x2

Type Alias imat4x2 

Source
pub type imat4x2 = Array<ivec2, [Element<ivec2>; 4]>;
Expand description

Matrix of 4 x 2 signed integer values.

Aliased Type§

#[repr(C, align(16))]
pub struct imat4x2(pub [Element<ivec2>; 4], pub PhantomData<fn(ivec2)>);

Tuple Fields§

§0: [Element<ivec2>; 4]§1: PhantomData<fn(ivec2)>