dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.77k stars 235 forks source link

feat: add RigidBody::predict_position_using_velocity #604

Closed sebcrozet closed 3 months ago

sebcrozet commented 3 months ago

Fix #601

kvark commented 3 months ago

Awesome, thank you for writing this!