(&mut self, paused: bool)
| 720 | self.rt |
| 721 | .solve_launch_velocity_3d(origin, target, speed, max_time, drift) |
| 722 | } |
| 723 | |
| 724 | /// Predicts a 2D rigidbody position/velocity after `time`. |
| 725 | pub fn predict_body_2d( |
| 726 | &mut self, |
| 727 | body_id: NodeID, |
no test coverage detected