MotionSolverTime Method (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.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic static double Time(
	double signedDisplacement,
	MotionProfile profile,
	List<MotionEvent> events
)
Parameters
- signedDisplacement
 - Type: SystemDouble
The signed displacement. - profile
 - Type: Demo3D.VisualsMotionProfile
The motion profile. - events
 - Type: System.Collections.GenericListMotionEvent
The list of motion events, which is to be populated. 
Return Value
Type: 
DoubleThe time to travel and stop at the signed displacement.
See Also