Changes the value based on the 5th order polynomial using the function f(t) = t^5. More...
#include <kanzi/core.ui/animation/easing_curve_shared.hpp>
Public Member Functions | |
float | operator() (float time) const |
Computes the value of the easing function for the given time. More... | |
Changes the value based on the 5th order polynomial using the function f(t) = t^5.
|
inline |
Computes the value of the easing function for the given time.
time | Normalized time. |