Easing.

QuinticEaseOut(float) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static float QuinticEaseOut(float amount)

Remarks

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

Parameters

Name Type Description
amount float

Return Value

Type Description
float