Polhemus for C++

Contents1 Polhemus for C++1.0.1 Introduction1.0.2 Setup1.0.3 Class Overview1.0.3.1 Polhemus Class1.0.3.2 CPolhemus(char *device, int speed)1.0.3.3 int GetActiveReceiverN(void)1.0.3.4 void GetPosition(int nReceiver, Point3d p3Pos)1.0.3.5 void GetOrientation(int nReceiver, Euler eOri)1.0.4 Revision1.0.5 License Polhemus for…

Polhemus for Java

Contents1 Polhemus for Java1.0.1 Introduction1.0.2 Setup1.0.3 Class Overview1.0.3.1 Polhemus Class1.0.3.1.1 Polhemus(int device, int speed)1.0.3.1.2 int getActiveReceivers(void)1.0.3.1.3 void getPosition(int nReciver, float pos[3])1.0.3.1.4 void getOrientation(int nReciver, float euler[3])1.0.3.2 3.2 Fastrak / Isotrak2…

BeeBox for Java

Contents1 BeeBox for Java1.1 Introduction1.2 Setup1.3 Class Overview1.3.1 BeeBox Class1.3.1.1 BeeBox(int device)1.3.1.2 float getX()1.3.1.3 float getY()1.3.1.4 float getLever()1.3.1.5 int getSwitches()1.4 Sample1.4.1 Input Device Driver for Java3D1.5 Revision1.6 License BeeBox for…

Joystick for Java

Contents1 Joystick for Java1.1 Introduction1.2 Class Overview1.2.1 Joystick Class1.2.2 Joystick(int id)1.2.3 float getXPos()1.2.4 float getYPos()1.2.5 int getButtons()1.3 Sample1.3.1 Input Device Driver for Java3D1.4 Revision1.5 License Joystick for Java Introduction This…

Magellan for Java

Contents1 Magellan for Java1.1 Introduction1.2 Setup1.3 Class Overview1.3.1 Magellan Class1.3.1.1 Magellan(int device)1.3.1.2 void start()1.3.1.3 void stop()1.3.1.4 void getTranslation(int trans[3])1.3.1.5 void getRotation(int rot[3])1.3.1.6 int getButtons()1.3.2 Sample1.3.2.1 Input Device Driver for Java3D1.3.3…

Wiimote for C++

Contents1 Wiimote for C++1.1 Repositories1.2 Examples Wiimote for C++ Wiimote for C++ is a developer library on WIN32 platforms. I would like to release the library for any platforms such…

CyberGlove for C++

Contents1 CyberGlove for C++1.1 Introduction1.2 Setup1.3 Class Overview1.3.1 CyberGlove Class1.3.1.1 CCyberGlove(char *device, int speed)1.3.1.2 int GetNSensors(void)1.3.1.3 void UpdataData(void)1.3.1.4 int GetData(int sensorNumber)1.3.2 Revision1.3.3 License CyberGlove for C++ Introduction This package is…