Easing.

QuinticEaseOut(double) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double QuinticEaseOut(double amount)

Remarks

Modeled after the quintic y = (x - 1)^5 + 1

Parameters

Name Type Description
amount double

Return Value

Type Description
double