Easing.

ElasticEaseIn(float) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static float ElasticEaseIn(float amount)

Remarks

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

Parameters

Name Type Description
amount float

Return Value

Type Description
float