Class CubicEase
Represents an easing function that creates an animation that accelerates and/or decelerates using the formula f(t) = t^3.
Implements
Inherited Members
Namespace: Evergine.Framework.Animation
Assembly: Evergine.Framework.dll
Syntax
public class CubicEase : EasingFunctionBase, IEasingFunction
Methods
EaseInCore(double)
Eases the in core.
Declaration
protected override double EaseInCore(double normalizedTime)
Parameters
Type | Name | Description |
---|---|---|
double | normalizedTime | The normalized time. |
Returns
Type | Description |
---|---|
double | Double result value. |