Easing.

ElasticEaseOut(double) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double ElasticEaseOut(double amount)

Remarks

Modeled after the damped sine wave y = sin(-13pi/2*(x + 1))*Math.Pow(2, -10x) + 1

Parameters

Name Type Description
amount double

Return Value

Type Description
double