|
inlinestaticconstexpr |
Quadratic ease-out interpolation for decelerating motion.
Implements quadratic easing using the formula: -t * (t - 2)
The easing produces this motion:
Common uses:
start | Starting value of the interpolation |
end | Ending value of the interpolation |
t | Interpolation factor in range [0,1] |