APIs, concepts, guides, and more
|
void MoveSCurve | ( | double | position, |
double | vel, | ||
double | accel, | ||
double | decel, | ||
double | jerkPct ) |
position | Target Position in units. |
vel | Maximum velocity, units/second. |
accel | Maximum accleration , units/second/second. |
decel | Maximum deceleration , units/second/second. |
jerkPct | Jerk Percent, which defines the percentage of acceleration time which is smoothed, 0.0 to 100.0 . |
Part of the Motion method group.