Type Alias Vec4d

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

Aliased Type§

struct Vec4d(pub [f64; 4]);

Fields§

§0: [f64; 4]