imat2x2

Type Alias imat2x2 

Source
pub type imat2x2 = Array<ivec2, [Element<ivec2>; 2]>;
Expand description

Matrix of 2 x 2 signed integer values.

Aliased Type§

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

Tuple Fields§

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