Easing.

ExponentialEaseOut(float) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static float ExponentialEaseOut(float amount)

Remarks

Modeled after the exponential function y = -2^(-10x) + 1

Parameters

Name Type Description
amount float

Return Value

Type Description
float