b3CreateCollisionShapeAddHeightfield2

Function b3CreateCollisionShapeAddHeightfield2 

Source
pub unsafe extern "C" fn b3CreateCollisionShapeAddHeightfield2(
    physClient: b3PhysicsClientHandle,
    commandHandle: b3SharedMemoryCommandHandle,
    meshScale: *const f64,
    textureScaling: f64,
    heightfieldData: *mut f32,
    numHeightfieldRows: c_int,
    numHeightfieldColumns: c_int,
    replaceHeightfieldIndex: c_int,
) -> c_int