Skip to main content

can_static_friction_hold

Function can_static_friction_hold 

pub fn can_static_friction_hold(
    applied_horizontal_force: f64,
    coefficient_static_friction: f64,
    normal_force: f64,
) -> Option<bool>
Expand description

Checks whether static friction can hold a body at rest.