[][src]Function newton_sys::NewtonMaterialSetContactFrictionCoef

pub unsafe extern "C" fn NewtonMaterialSetContactFrictionCoef(
    material: *const NewtonMaterial,
    staticFrictionCoef: f32,
    kineticFrictionCoef: f32,
    index: c_int
)