Easing.

QuadraticEaseOut(double) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double QuadraticEaseOut(double amount)

Remarks

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

Parameters

Name Type Description
amount double

Return Value

Type Description
double