Calculates new speed after evenly accelerated motion with the Acceleration acceleration for the timeDelta seconds.

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

Syntax

C#
public void Accelerate(
	double timeDelta
)

Parameters

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

See Also