#include <bodies.h>

Public Member Functions | |
| Measurer (int id, float qu, int buttons, float *shift=NULL, float *rotation=NULL) | |
| Constructor. | |
| ~Measurer () | |
| Destructor. | |
| Measurer (int id, float qu, int buttons, float *shift=NULL, float *rotation=NULL) | |
| Constructor. | |
| ~Measurer () | |
| Destructor. | |
Definition at line 241 of file bodies.h.
| Measurer::Measurer | ( | 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 166 of file bodies.cpp.
00167 :ButtonDevice(Body::B6DMT,id,qu,buttons,shift,rotation) 00168 {}
| Measurer::~Measurer | ( | ) |
| Measurer::Measurer | ( | 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) |
| Measurer::~Measurer | ( | ) |
Destructor.
1.5.5