summaryrefslogtreecommitdiffhomepage
path: root/src/math/irodeo_math.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-06-15 15:02:11 -0400
committerrealtradam <[email protected]>2023-06-15 15:02:11 -0400
commit024067ccbf80de1beccbcf2d3a641566c7c45c17 (patch)
tree3317cf61aed4a8786ee8af410ead69a7c62137c9 /src/math/irodeo_math.h
parent425516a9c53183179c43517f1b6501a790378a05 (diff)
downloadRodeoKit-024067ccbf80de1beccbcf2d3a641566c7c45c17.tar.gz
RodeoKit-024067ccbf80de1beccbcf2d3a641566c7c45c17.zip
some non working progress
Diffstat (limited to 'src/math/irodeo_math.h')
-rw-r--r--src/math/irodeo_math.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/math/irodeo_math.h b/src/math/irodeo_math.h
new file mode 100644
index 0000000..beed68f
--- /dev/null
+++ b/src/math/irodeo_math.h
@@ -0,0 +1,16 @@
+#pragma once
+
+// external needs to be first here
+// -- external --
+/*#define CGLM_FORCE_LEFT_HANDED*/
+#define CGLM_FORCE_DEPTH_ZERO_TO_ONE
+/*#define CGLM_CLIPSPACE_INCLUDE_ALL*/
+#include "cglm/struct.h"
+
+// -- internal --
+// private
+#include "math/irodeo_vec2.h"
+#include "math/irodeo_vec3.h"
+//#include "math/irodeo_mat4.h"
+
+