Easing.

ExponentialEaseInOut(float) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static float ExponentialEaseInOut(float amount)

Remarks

Modeled after the piecewise exponential y = (1/2)2^(10(2x - 1)) ; [0,0.5] y = -(1/2)*2^(-10(2x - 1))) + 1 ; [0.5,1]

Parameters

Name Type Description
amount float

Return Value

Type Description
float