Calculates new speed after evenly decelerated motion with the Acceleration deceleration for the timeDelta seconds.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void Decelerate(
	double timeDelta
)

Parameters

timeDelta
Type: System..::.Double
Time in seconds of the evenly decelerated motion sized Acceleration.

See Also