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