Easing.

QuadraticEaseIn(double) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double QuadraticEaseIn(double amount)

Remarks

Modeled after the parabola y = x^2

Parameters

Name Type Description
amount double

Return Value

Type Description
double