Type Alias Vector3d

Source
pub type Vector3d = Vector3<f64>;

Aliased Type§

#[repr(transparent)]
pub struct Vector3d { pub v: [f64; 3], }

Fields§

§v: [f64; 3]