#include <TrajControl.h>
Public Member Functions | |
| VelVec () | |
| Default constructor. | |
| VelVec (Decimal linVel, Decimal angVel, Time time) | |
| Parametric constructor. | |
| VelVec (const VelVec &vel) | |
| Copy constructor. | |
| VelVec & | operator= (const VelVec &vel) |
| Assignment operator =. | |
| void | setLinVel (Decimal value) |
| Sets _linVel parameter. | |
| void | setAngVel (Decimal value) |
| Sets _angVel parameter. | |
| void | setTime (Time value) |
| Sets _time parameter. | |
| Decimal | linVel () |
| Gets _linVel parameter. | |
| Decimal | angVel () |
| Gets _angVel parameter. | |
| Time | time () |
| Gets _time parameter. | |
| VelVec::VelVec | ( | ) |
Default constructor.
| VelVec::VelVec | ( | const VelVec & | vel | ) |
Copy constructor.
| void VelVec::setLinVel | ( | Decimal | value | ) |
Sets _linVel parameter.
| void VelVec::setAngVel | ( | Decimal | value | ) |
Sets _angVel parameter.
| void VelVec::setTime | ( | Time | value | ) |
Sets _time parameter.
| Decimal VelVec::linVel | ( | ) |
Gets _linVel parameter.
| Decimal VelVec::angVel | ( | ) |
Gets _angVel parameter.
| Time VelVec::time | ( | ) |
Gets _time parameter.
1.5.6