Function set_vec_from_array_d

Source
pub fn set_vec_from_array_d(
    vertices: &Array2<f32>,
    row_index: usize,
    v: &mut Vector3d,
)