Type Alias Vec4d

Source
pub type Vec4d = VecN<f64, 4>;

Aliased Type§

#[repr(C)]
pub struct Vec4d(pub [f64; 4]);

Tuple Fields§

§0: [f64; 4]