imat4x3

Type Alias imat4x3 

Source
pub type imat4x3 = Array<ivec3, [Element<ivec3>; 4]>;
Expand description

Matrix of 4 x 3 signed integer values.

Aliased Type§

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

Tuple Fields§

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