Easing.

BackEaseOut(float) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static float BackEaseOut(float amount)

Remarks

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

Parameters

Name Type Description
amount float

Return Value

Type Description
float