#include <L_MotionController.h>
Public Member Functions | |
| void | set_1d_acceleration (L_REAL acce) |
| void | set_2d_acceleration (const L_Vector &vector) |
| void | set_point_acceleration (L_REAL x_pos, L_REAL y_pos, L_REAL magnitude) |
| void | set_speed_limit (L_REAL max_speed) |
Friends | |
| class | L_Particle |
|
|
Set 1D accleration for particle(s), negative value for deceleration. |
|
|
Set 2D accleration for particle(s). |
|
||||||||||||||||
|
Set point of gravity to attract particle(s). |
|
|
Set maximum speed limit for particle(s). |
LinearParticle Documentation © 2006-2007 by Wong Chin Foo.