Easing.

QuadraticEaseOut(float) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static float QuadraticEaseOut(float amount)

Remarks

Modeled after the parabola y = -x^2 + 2x

Parameters

Name Type Description
amount float

Return Value

Type Description
float