summaryrefslogtreecommitdiffstats
path: root/headtrack_stereo_demo/src/stereoheadtrackfrustum.h
diff options
context:
space:
mode:
Diffstat (limited to 'headtrack_stereo_demo/src/stereoheadtrackfrustum.h')
-rw-r--r--headtrack_stereo_demo/src/stereoheadtrackfrustum.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/headtrack_stereo_demo/src/stereoheadtrackfrustum.h b/headtrack_stereo_demo/src/stereoheadtrackfrustum.h
new file mode 100644
index 0000000..c0d6c32
--- /dev/null
+++ b/headtrack_stereo_demo/src/stereoheadtrackfrustum.h
@@ -0,0 +1,12 @@
+#ifndef STEREOHEADTRACKFRUSTUM_HEADER_FILE
+
+#define STEREOHEADTRACKFRUSTUM_HEADER_FILE
+
+#include <wiimote.h>
+#include "typedefs.h"
+
+
+bool CalcEyePosInMM(wiimote *f_pWiimote, EyeOrigin_t f_Eye, FrustumParms_t &f_FrustumParms, double f_d3HeadPosInMM[3]);
+void SetFrustum(FrustumParms_t &f_FrustumParms, double f_d3HeadPosInMM[3]);
+
+#endif //STEREOHEADTRACKFRUSTUM_HEADER_FILE \ No newline at end of file