Click or drag to resize

InterpolateEaseOutCubicDistance Method

Cubic 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 EaseOutCubicDistance(
	float start,
	float distance,
	float elapsedTime,
	float duration
)

Parameters

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

Return Value

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