dmat2x4

Type Alias dmat2x4 

Source
pub type dmat2x4 = Array<dvec4, [Element<dvec4>; 2]>;
Expand description

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

Aliased Type§

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

Tuple Fields§

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