|
vrpn
07.33
Virtual Reality Peripheral Network
|
#include <math.h>#include <stdio.h>#include "vrpn_Connection.h"#include "vrpn_Shared.h"#include <quat.h>#include "vrpn_ForceDevice.h"
Go to the source code of this file.
Macros | |
| #define | CHECK(a) if (a == -1) return -1 |
Enumerations | |
| enum | TrimeshType { GHOST, HCOLLIDE } |
| #define CHECK | ( | a | ) | if (a == -1) return -1 |
Definition at line 24 of file vrpn_ForceDevice.C.
| enum TrimeshType |
| Enumerator | |
|---|---|
| GHOST | |
| HCOLLIDE | |
Definition at line 21 of file vrpn_ForceDevice.C.