pub fn compute_normals<N: RealField + Copy>( coordinates: &[Point<N>], faces: &[Point<u32>], normals: &mut Vec<Vector<N>>, )
Computes the normals of a set of vertices.