summaryrefslogtreecommitdiff
path: root/src/maths.c
diff options
context:
space:
mode:
authorOmniscient <omniscient.oce@gmail.com>2024-10-05 13:55:05 +1000
committerOmniscient <omniscient.oce@gmail.com>2024-10-05 13:55:05 +1000
commit2c1a7d7f293c26d631e15cf4cbec542ac50994aa (patch)
tree5180c14d347717779db1583f3432a094e082cb84 /src/maths.c
parent034028807665e84f7c62de5901a3d82c8b5e880e (diff)
rename source folnder
Diffstat (limited to 'src/maths.c')
-rw-r--r--src/maths.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/maths.c b/src/maths.c
new file mode 100644
index 0000000..3ad1e2e
--- /dev/null
+++ b/src/maths.c
@@ -0,0 +1,3 @@
+#include <celeritas.h>
+
+Vec3 Vec3_Create(f32 x, f32 y, f32 z) { return (Vec3){ x, y, z }; }