Kanzi  3.9.6
Kanzi Engine API
kanzi::QuarticEasingFunction Struct Reference

Changes the value based on the 4th order polynomial using the function f(t) = t^4. 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...
 

Detailed Description

Changes the value based on the 4th order polynomial using the function f(t) = t^4.

QuarticEasingFunction.png
Quartic easing function: ease in, ease out, and ease in-out

Member Function Documentation

◆ operator()()

float kanzi::QuarticEasingFunction::operator() ( float  time) const
inline

Computes the value of the easing function for the given time.

Parameters
timeNormalized time.
Returns
Result of the easing function.

The documentation for this struct was generated from the following file: