Click or drag to resize

MotionProfile Constructor

Constructor.

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

Parameters

direction
Type: Demo3D.VisualsMotionDirection
The current direction.
currentSpeed
Type: SystemDouble
The current (unsigned) speed.
maxSpeed
Type: SystemDouble
The maximum allowable (unsigned) speed.
acceleration
Type: SystemDouble
The (unsigned) acceleration.
deceleration
Type: SystemDouble
The (unsigned) deceleration.
See Also