Commit Graph

14 Commits

Author SHA1 Message Date
e056058ba3 feat: add lookAt function 2025-08-29 21:40:30 +02:00
471b21b952 rework: change struct to full c 2025-08-28 21:21:03 +02:00
78a6edf84b feat: add c++ file and remove mconfig file 2025-08-11 23:38:45 +02:00
3035d12aca feat(vec3): add a few basic functions 2025-06-25 22:10:12 +02:00
7a1fb0daa3 feat: add dot function 2025-06-21 22:45:07 +02:00
8fcf32778e fix: __restrict__ doesn't work on MSVC 2025-06-21 22:20:38 +02:00
3415dc15a3 refactor: rename common_math.h to mconfig.h 2025-06-21 22:11:45 +02:00
cfa52e9795 fix: ensure code to compile correctly with MSVC 2025-06-21 14:07:24 +02:00
d6f82cfd46 fix: change vec3.data 3 -> 4
fix cmake for microsoft
2025-06-21 13:58:42 +02:00
187908ccec feat: add vec3 and vec4 functions 2025-06-21 13:48:10 +02:00
8e26c51370 feat: rework math files
- add SSE functions
- remove vec3 / mat3
2025-06-10 22:57:31 +02:00
35d7f0da36 feat(mat4): add mat4 basic functions 2025-06-09 21:49:58 +02:00
d456cbc3a7 fix(mat3.c): rename mat3_Det to mat3_det
- renamed all structs with _t suffix
- remove most comments (might continue later)
2025-06-08 23:32:56 +02:00
19e57fb1ae feat: rename and change few things 2025-05-16 18:39:03 +02:00