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