b3CreateCollisionShapeAddConcaveMesh

Function b3CreateCollisionShapeAddConcaveMesh 

Source
pub unsafe extern "C" fn b3CreateCollisionShapeAddConcaveMesh(
    physClient: b3PhysicsClientHandle,
    commandHandle: b3SharedMemoryCommandHandle,
    meshScale: *const f64,
    vertices: *const f64,
    numVertices: c_int,
    indices: *const c_int,
    numIndices: c_int,
) -> c_int