Type Alias Vec6d

Source
pub type Vec6d = VecN<f64, 6>;

Aliased Type§

#[repr(C)]
pub struct Vec6d(pub [f64; 6]);

Tuple Fields§

§0: [f64; 6]