Easing.

ElasticEaseIn(double) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double ElasticEaseIn(double amount)

Remarks

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

Parameters

Name Type Description
amount double

Return Value

Type Description
double