aboutsummaryrefslogtreecommitdiff
path: root/examples/fpscam/lookat.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fpscam/lookat.h')
-rw-r--r--examples/fpscam/lookat.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/fpscam/lookat.h b/examples/fpscam/lookat.h
deleted file mode 100644
index c57e50a..0000000
--- a/examples/fpscam/lookat.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _LOOKAT_H
-#define _LOOKAT_H
-
-#include <psxgte.h>
-#include <psxgpu.h>
-
-/* LookAt
- *
- * Generates a matrix that looks from 'eye' to 'at'.
- *
- * eye - Position of viewpoint
- * at - Position to 'look at' from viewpoint
- * up - Vector that defines the 'up' direction
- * mtx - Matrix output
- *
- */
-void LookAt(VECTOR *eye, VECTOR *at, SVECTOR *up, MATRIX *mtx);
-
-#endif // _LOOKAT_H \ No newline at end of file