Easing.

SineEaseOut(double) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double SineEaseOut(double amount)

Remarks

Modeled after quarter-cycle of sine wave (different phase)

Parameters

Name Type Description
amount double

Return Value

Type Description
double