[][src]Function newton_sys::NewtonMeshApproximateConvexDecomposition

pub unsafe extern "C" fn NewtonMeshApproximateConvexDecomposition(
    mesh: *const NewtonMesh,
    maxConcavity: f32,
    backFaceDistanceFactor: f32,
    maxCount: c_int,
    maxVertexPerHull: c_int,
    reportProgressCallback: NewtonReportProgress,
    reportProgressUserData: *const c_void
) -> *mut NewtonMesh