Easing.

CubicEaseOut(double) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double CubicEaseOut(double amount)

Remarks

Modeled after the cubic y = (x - 1)^3 + 1

Parameters

Name Type Description
amount double

Return Value

Type Description
double