pub type Vector3d = Vector3<f64>;
#[repr(transparent)]pub struct Vector3d { pub v: [f64; 3], }
v: [f64; 3]