Function normals_of_mesh

Source
pub fn normals_of_mesh<P, M>(mesh: &M) -> Vec<Norm3D>
where M: IsMesh<P, Face3>, P: IsBuildable3D + Default + Clone,
Expand description

Calculates the normals of a mesh