Search Results for

    Show / Hide Table of Contents

    Class CubicEase

    Represents an easing function that creates an animation that accelerates and/or decelerates using the formula f(t) = t^3.

    Inheritance
    object
    EasingFunctionBase
    CubicEase
    Implements
    IEasingFunction
    Inherited Members
    EasingFunctionBase.EasingMode
    EasingFunctionBase.Ease(double)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    Overrides
    EasingFunctionBase.EaseInCore(double)

    Implements

    IEasingFunction

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX