use-momentum 0.0.1

Momentum, impulse, and recoil helpers for RustUse
Documentation
1
2
3
4
5
pub use crate::{
    MovingMass, average_force_from_impulse, impulse, impulse_from_momentum_change,
    mass_from_momentum, momentum, recoil_velocity, total_momentum, two_body_total_momentum,
    velocity_from_momentum,
};