rename struct/aabb2d.h functions to match aabb2d.h, add tests

This commit is contained in:
duarm
2025-01-20 13:29:21 -03:00
parent 5861c37a93
commit f815918a74
6 changed files with 59 additions and 2 deletions

View File

@@ -95,6 +95,7 @@ add_library(${PROJECT_NAME}
src/plane.c
src/frustum.c
src/box.c
src/aabb2d.c
src/project.c
src/sphere.c
src/ease.c