Easing.

SineEaseOut(float) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static float SineEaseOut(float amount)

Remarks

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

Parameters

Name Type Description
amount float

Return Value

Type Description
float