[][src]Function box2d_rs::b2_contact::b2_mix_friction

pub fn b2_mix_friction(friction1: f32, friction2: f32) -> f32

Friction mixing law. The idea is to allow either fixture to drive the friction to zero. For example, anything slides on ice.