feat(mat4): add mat4 basic functions

This commit is contained in:
2025-06-09 21:49:58 +02:00
parent d456cbc3a7
commit 35d7f0da36
10 changed files with 130 additions and 17 deletions

View File

@@ -34,4 +34,4 @@ float vec3_rist(Vec3_t a, Vec3_t b);
Vec3_t vec3_rotate(Vec3_t v, Vec3_t axis, float angle);
#endif // VEC3__H
#endif // VEC3__H