Commit Graph

14 Commits

Author SHA1 Message Date
72ea516526 feat: change return type for ptr functions 2025-06-22 23:45:50 +02:00
a206ccce6e feat(vec4.c): add few functions
- vec4f_len
- vec4f_norm
- vec4f_lerp
- vec4f_angle
- vec4f_proj
- vec4f_dist
2025-06-22 19:29:45 +02:00
1c41293832 fix: vec4f_dot for x64 2025-06-22 13:51:55 +02:00
7a1fb0daa3 feat: add dot function 2025-06-21 22:45:07 +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
187908ccec feat: add vec3 and vec4 functions 2025-06-21 13:48:10 +02:00
3703ab17b0 Cleanup: remove clone function from basic vec operations
- commented all functions in mat4.h
- add shared math header
2025-06-20 10:18:48 +02:00
e157997d98 fix(vec4): force 16 Bytes aligned 2025-06-11 22:19:18 +02:00
e853d6d456 feat: add vec4 functions 2025-06-11 17:26:41 +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