pub type Vector4d = Vector4<f64>;
#[repr(transparent)]pub struct Vector4d { pub v: [f64; 4], }
v: [f64; 4]