Function set_vec_from_array_f

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