MotionProfile Constructor |
Constructor.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic 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