Click or drag to resize

MotionProfile Constructor

Constructor.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public MotionProfile(
	MotionDirection direction,
	double currentSpeed,
	double maxSpeed,
	double acceleration,
	double deceleration
)

Parameters

direction  MotionDirection
The current direction.
currentSpeed  Double
The current (unsigned) speed.
maxSpeed  Double
The maximum allowable (unsigned) speed.
acceleration  Double
The (unsigned) acceleration.
deceleration  Double
The (unsigned) deceleration.
See Also