pub fn is_translational_equilibrium_2d(
forces: &[(f64, f64)],
tolerance: f64,
) -> Option<bool>Expand description
Checks whether a 2D force system is in translational equilibrium.
Translational equilibrium requires the net force in both axes to be within the provided tolerance.