[][src]Function ncollide3d::procedural::utils::compute_normals

pub fn compute_normals<N: RealField>(
    coordinates: &[Point<N>],
    faces: &[Point<u32>],
    normals: &mut Vec<Vector<N>>
)

Computes the normals of a set of vertices.