Easing.

BackEaseIn(float) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static float BackEaseIn(float amount)

Remarks

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

Parameters

Name Type Description
amount float

Return Value

Type Description
float