Easing.

CubicEaseIn(double) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double CubicEaseIn(double amount)

Remarks

Modeled after the cubic y = x^3

Parameters

Name Type Description
amount double

Return Value

Type Description
double