pub fn integrate_positions(
solver_bodies: Query<'_, '_, &mut SolverBody>,
time: Res<'_, Time>,
diagnostics: ResMut<'_, SolverDiagnostics>,
)
Expand description
Integrates the positions of bodies based on their velocities and the time step.