MotionSolverTime(Double, MotionProfile, ListMotionEvent) Method |
Determines the time to travel to the specified signed displacement given the specified
motion profile. Populates the provided list with motion events.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static double Time(
double signedDisplacement,
MotionProfile profile,
List<MotionEvent> events
)
Parameters
- signedDisplacement Double
- The signed displacement.
- profile MotionProfile
- The motion profile.
- events ListMotionEvent
- The list of motion events, which is to be populated.
Return Value
DoubleThe time to travel and stop at the signed displacement.
See Also