aboutsummaryrefslogtreecommitdiffstats
path: root/math.h
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2018-05-03 13:49:44 +0100
committerTomasz Kramkowski <tk@the-tk.com>2018-05-03 13:49:44 +0100
commita1e93038af0a739b9af57bd40ffbee6963dc3242 (patch)
treeeebceb8f833c55fe8c9a1e15d4c26afd7defdfbc /math.h
parent362f70b04da8f8e9c0c159527bce7da65591c260 (diff)
downloadfaqe-a1e93038af0a739b9af57bd40ffbee6963dc3242.tar.gz
faqe-a1e93038af0a739b9af57bd40ffbee6963dc3242.tar.xz
faqe-a1e93038af0a739b9af57bd40ffbee6963dc3242.zip
Add a simple camera struct and camera controls
Diffstat (limited to 'math.h')
-rw-r--r--math.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/math.h b/math.h
new file mode 100644
index 0000000..e5b9724
--- /dev/null
+++ b/math.h
@@ -0,0 +1,10 @@
+/*
+ * Copyright (C) 2018 Tomasz Kramkowski <tk@the-tk.com>
+ * SPDX-License-Identifier: MIT
+ */
+#ifndef MATH_H
+#define MATH_H
+
+#define PI 3.14159265358979323846
+
+#endif // MATH_H