Easing.

SineEaseInOut(float) Method

Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static float SineEaseInOut(float amount)

Remarks

Modeled after half sine wave

Parameters

Name Type Description
amount float

Return Value

Type Description
float