#include <MotionModule3D.h>

Public Member Functions | |
| FlightModuleVar () | |
| FlightModuleVar (const FlightModuleVar &v) | |
| FlightModuleVar & | operator= (const FlightModuleVar &v) |
| Decimal | linVel (void) |
| gets the linear velocity | |
| Position3D | vel (void) |
| gets the velocity vector | |
| Decimal | angVel (void) |
| gets angular velocity | |
| void | setLinVel (Decimal value) |
| sets linear velocity | |
| void | setAngVel (Decimal value) |
| sets angular velocity | |
| virtual string | print () |
| MipResources::FlightModuleVar::FlightModuleVar | ( | ) | [inline] |
default constructor
| MipResources::FlightModuleVar::FlightModuleVar | ( | const FlightModuleVar & | v | ) | [inline] |
copy constructor
| FlightModuleVar& MipResources::FlightModuleVar::operator= | ( | const FlightModuleVar & | v | ) | [inline] |
assigment operator =
| Decimal MipResources::FlightModuleVar::linVel | ( | void | ) | [inline] |
gets the linear velocity
| Position3D MipResources::FlightModuleVar::vel | ( | void | ) | [inline] |
gets the velocity vector
| Decimal MipResources::FlightModuleVar::angVel | ( | void | ) | [inline] |
gets angular velocity
| void MipResources::FlightModuleVar::setLinVel | ( | Decimal | value | ) | [inline] |
sets linear velocity
| void MipResources::FlightModuleVar::setAngVel | ( | Decimal | value | ) | [inline] |
sets angular velocity
| virtual string MipResources::FlightModuleVar::print | ( | ) | [inline, virtual] |
print var
Reimplemented from MipResources::MotionModule3DVar.
1.5.6