summaryrefslogtreecommitdiffstats
path: root/matchblox/common/stereoheadtrackfrustum.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/common/stereoheadtrackfrustum.h')
-rw-r--r--matchblox/common/stereoheadtrackfrustum.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/matchblox/common/stereoheadtrackfrustum.h b/matchblox/common/stereoheadtrackfrustum.h
new file mode 100644
index 0000000..ed14914
--- /dev/null
+++ b/matchblox/common/stereoheadtrackfrustum.h
@@ -0,0 +1,12 @@
+#ifndef STEREOHEADTRACKFRUSTUM_HEADER_FILE
+
+#define STEREOHEADTRACKFRUSTUM_HEADER_FILE
+
+#include "message_input.h"
+#include "typedefs.h"
+
+
+bool CalcEyePosInMM(input_payload_wiimote *f_pWiimote, EyeOrigin_t f_Eye, FrustumParms_t &f_FrustumParms, Vect3D_t &f_HeadPosInMM);
+void SetFrustum(FrustumParms_t &f_FrustumParms, Vect3D_t &f_HeadPosInMM, bool f_bTranslateEye = true);
+
+#endif //STEREOHEADTRACKFRUSTUM_HEADER_FILE \ No newline at end of file