|
inlinestaticconstexpr |
Cubic ease-out interpolation for stronger deceleration.
Implements cubic easing using the formula: (t - 1)³ + 1
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] |