
We were setting a negative velocity tolerance, which never triggered because we assume tolerances are positive numbers. Now we use a positive tolerance and assert to catch this case in the future. Fixes #2765
Newton
Simple Physics Simulations for Dart. Springs, friction, gravity, etc.
To run the tests:
- pub get
- pub run test