Type Alias Vector4d

Source
pub type Vector4d = Vector4<f64>;

Aliased Type§

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

Fields§

§v: [f64; 4]