Easing.

QuinticEaseIn(double) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double QuinticEaseIn(double amount)

Remarks

Modeled after the quintic y = x^5

Parameters

Name Type Description
amount double

Return Value

Type Description
double