|
inlinestaticconstexpr |
Bounce ease-out interpolation for bouncing ball effect.
Implements bouncing using piecewise quadratic functions. Simulates diminishing bounces of an elastic ball.
The motion consists of four phases:
Common uses:
| start | Starting value of the interpolation |
| end | Ending value of the interpolation |
| t | Interpolation factor in range [0,1] |