imat2

Type Alias imat2 

Source
pub type imat2 = imat2x2;
Expand description

Matrix of 2 x 2 signed integer values.

Aliased Type§

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

Tuple Fields§

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