Easing.

SineEaseIn(double) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double SineEaseIn(double amount)

Remarks

Modeled after quarter-cycle of sine wave

Parameters

Name Type Description
amount double

Return Value

Type Description
double