Function transform_vectors

Source
pub fn transform_vectors(
    verts: &DMatrix<f32>,
    model_matrix: &SimilarityMatrix3<f32>,
) -> DMatrix<f32>