Easing.

QuinticEaseIn(float) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static float QuinticEaseIn(float amount)

Remarks

Modeled after the quintic y = x^5

Parameters

Name Type Description
amount float

Return Value

Type Description
float