Skip to main content

net_moment_2d

Function net_moment_2d 

Source
pub fn net_moment_2d(force_positions: &[(f64, f64, f64, f64)]) -> Option<f64>
Expand description

Computes the net moment from planar point forces.

Each tuple is interpreted as (position_x, position_y, force_x, force_y).