Function downslope_force_incline
pub fn downslope_force_incline(
mass: f64,
gravitational_acceleration: f64,
angle_radians: f64,
) -> Option<f64>Expand description
Computes the downslope component of weight on an incline.
Formula: F_parallel = m * g * sin(theta).