#include <bodies.h>

Public Member Functions | |
| FlyStick1 (int id, float qu, int buttons, float *shift=NULL, float *rotation=NULL) | |
| Constructor. | |
| ~FlyStick1 () | |
| Destructor. | |
| FlyStick1 (int id, float qu, int buttons, float *shift=NULL, float *rotation=NULL) | |
| Constructor. | |
| ~FlyStick1 () | |
| Destructor. | |
Definition at line 227 of file bodies.h.
| FlyStick1::FlyStick1 | ( | int | id, | |
| float | qu, | |||
| int | buttons, | |||
| float * | shift = NULL, |
|||
| float * | rotation = NULL | |||
| ) |
Constructor.
| id | Device identificator. | |
| qu | Quality parameter of visibility | |
| buttons | Binary coded information about buttons (pressed(1) or not(0)) | |
| shift | Shift vector (constructor makes a copy) | |
| rotation | Rotaiton matrix (constructor makes a copy) |
Definition at line 161 of file bodies.cpp.
00162 : ButtonDevice(Body::B6DF,id,qu,buttons,shift,rotation) 00163 {}
| FlyStick1::~FlyStick1 | ( | ) |
| FlyStick1::FlyStick1 | ( | int | id, | |
| float | qu, | |||
| int | buttons, | |||
| float * | shift = NULL, |
|||
| float * | rotation = NULL | |||
| ) |
Constructor.
| id | Device identificator. | |
| qu | Quality parameter of visibility | |
| buttons | Binary coded information about buttons (pressed(1) or not(0)) | |
| shift | Shift vector (constructor makes a copy) | |
| rotation | Rotaiton matrix (constructor makes a copy) |
| FlyStick1::~FlyStick1 | ( | ) |
Destructor.
1.5.5