Click or drag to resize

InterpolateEaseOutSine Method

Sinusoidal easing out - decelerating to zero velocity

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static float EaseOutSine(
	float start,
	float end,
	float elapsedTime,
	float duration
)

Parameters

start
Type: SystemSingle
The beginning value
end
Type: SystemSingle
The final value
elapsedTime
Type: SystemSingle
The time taken so far
duration
Type: SystemSingle
The total time to take to reach the end value

Return Value

Type: Single
The value at the elapsed time passed in
See Also