|
|
|
|
|
by pgorczak
1110 days ago
|
|
> Because simulating damped springs requires calls to potentially expensive trigonometric and exponential functions… It doesn’t though if you go numerical and simulate with Euler or RK4. That approach also fits well to the application in a video game with discrete time steps. I wonder why the author chose to go with the closed form solutions. |
|