Easing.

QuarticEaseIn(float) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static float QuarticEaseIn(float amount)

Remarks

Modeled after the quartic x^4

Parameters

Name Type Description
amount float

Return Value

Type Description
float