Easing.

QuarticEaseOut(double) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double QuarticEaseOut(double amount)

Remarks

Modeled after the quartic y = 1 - (x - 1)^4

Parameters

Name Type Description
amount double

Return Value

Type Description
double