|
inlinestaticconstexpr |
Cubic ease-in interpolation for stronger acceleration.
Implements cubic easing using the formula: t³
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] |