Easing.

ExponentialEaseIn(double) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double ExponentialEaseIn(double amount)

Remarks

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

Parameters

Name Type Description
amount double

Return Value

Type Description
double