dmat4

Type Alias dmat4 

Source
pub type dmat4 = dmat4x4;
Expand description

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

Aliased Type§

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

Tuple Fields§

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