Easing.

QuinticEaseInOut(float) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static float QuinticEaseInOut(float amount)

Remarks

Modeled after the piecewise quintic y = (1/2)((2x)^5) ; [0, 0.5] y = (1/2)((2x-2)^5 + 2) ; [0.5, 1]

Parameters

Name Type Description
amount float

Return Value

Type Description
float