dimforge / parry

2D and 3D collision-detection library for Rust.
https://parry.rs
Apache License 2.0
557 stars 97 forks source link

Fix division by zero in MassProperties::sum creating NaNs #24

Closed Demindiro closed 3 years ago

Demindiro commented 3 years ago

it ain't much but it's honest work.

Closes #20

sebcrozet commented 3 years ago

Thanks!