Easing.

SineEaseIn(float) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static float SineEaseIn(float amount)

Remarks

Modeled after quarter-cycle of sine wave

Parameters

Name Type Description
amount float

Return Value

Type Description
float