Click or drag to resize

MotionSolver Class

Motion solver.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsMotionSolver

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static class MotionSolver

The MotionSolver type exposes the following members.

Methods
  NameDescription
Public methodStatic memberTime(Double, MotionProfile)
Determines the time to travel to the specified signed displacement given the specified motion profile.
Public methodStatic memberTime(Double, MotionProfile, ListMotionEvent)
Determines the time to travel to the specified signed displacement given the specified motion profile. Populates the provided list with motion events.
Public methodStatic memberTimeToAttainMaxSpeed
Determines the time to attain the maximum speed in the target direction given the specified motion profile.
Top
See Also