MotionSolverTime Method (Double, MotionProfile) |
Determines the time to travel to the specified signed displacement given the specified
motion profile.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic static double Time(
double signedDisplacement,
MotionProfile profile
)
Parameters
- signedDisplacement
- Type: SystemDouble
The signed displacement. - profile
- Type: Demo3D.VisualsMotionProfile
The motion profile.
Return Value
Type:
DoubleThe time to travel and stop at the signed displacement.
See Also