dmat2x2

Type Alias dmat2x2 

Source
pub type dmat2x2 = Array<dvec2, [Element<dvec2>; 2]>;
Expand description

Matrix of 2 x 2 double-precision floating-point values.

Aliased Type§

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

Tuple Fields§

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