Creates new XSpeed class instance.

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

Syntax

C#
public XSpeed(
	float min,
	float max,
	double accelTime
)

Parameters

min
Type: System..::.Single
Minimal speed.
max
Type: System..::.Single
Maximal speed.
accelTime
Type: System..::.Double
Time that the object needs to evenly accelerate from the initial speed min to the final speed max.

See Also