Type Alias Vec2d

Source
pub type Vec2d = VecN<f64, 2>;

Aliased Type§

#[repr(C)]
pub struct Vec2d(pub [f64; 2]);

Tuple Fields§

§0: [f64; 2]