Easing.

BackEaseIn(double) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double BackEaseIn(double amount)

Remarks

Modeled after the overshooting cubic y = x^3-x*sin(x*pi)

Parameters

Name Type Description
amount double

Return Value

Type Description
double