APIs, concepts, guides, and more
|
void MoveTrapezoidal | ( | const double *const | position, |
const double *const | vel, | ||
const double *const | accel, | ||
const double *const | decel ) |
*position | Array of target positions (UserUnits for each axis). |
*vel | Array of velocities (UserUnits). |
*accel | Array of accelerations (UserUnits). |
*decel | Array of decelerations (UserUnits). |