Function heron::rapier_plugin::rapier::ncollide::procedural::utils::compute_normals[][src]

pub fn compute_normals<N>(
    coordinates: &[Point<N, U3>],
    faces: &[Point<u32, U3>],
    normals: &mut Vec<Matrix<N, U3, U1, <DefaultAllocator as Allocator<N, U3, U1>>::Buffer>, Global>
) where
    N: RealField

Computes the normals of a set of vertices.