Update spring solver

This commit is contained in:
Aaron Smith 2023-08-24 18:09:40 +01:00
parent fdc72a17f0
commit 8ef2d0b190
5 changed files with 280 additions and 120 deletions

View file

@ -29,7 +29,7 @@ Returns a new source with a dynamically animated value of the input source.
`damping_ratio` is the amount of resistance applied to the spring.
- \>1 = Overdamped (not currently supported).
- \>1 = Overdamped - slowly reaches target without any overshoot.
- 1 = Critically damped - reaches target without any overshoot.
- <1 = Underdamped - reaches target with some overshoot.
- 0 = Undamped - never stabilizes, oscillates forever.