Vec3d

Type Alias Vec3d 

Source
pub type Vec3d = VecN<f64, 3>;

Aliased Type§

#[repr(C)]
pub struct Vec3d(pub [f64; 3]);

Tuple Fields§

§0: [f64; 3]