Click or drag to resize

MotionSolverTime(Double, MotionProfile) Method

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: 19.00.00
Syntax
C#
public static double Time(
	double signedDisplacement,
	MotionProfile profile
)

Parameters

signedDisplacement  Double
The signed displacement.
profile  MotionProfile
The motion profile.

Return Value

Double
The time to travel and stop at the signed displacement.
See Also