Skip to main content

compute_vertex_normals

Function compute_vertex_normals 

Source
pub fn compute_vertex_normals(
    vertices: &[[f64; 3]],
    faces: &[[usize; 3]],
) -> Vec<[f64; 3]>
Expand description

Compute outward-pointing normals at each vertex