added test/dev tools for AABB and Frustums - added simple AABB calculation and instrumentation

This commit is contained in:
Hartmut Seichter 2024-07-16 15:30:07 +02:00
parent 51bc5203ae
commit 4547b9c6f8
9 changed files with 97 additions and 45 deletions

View file

@ -9,4 +9,6 @@ make_test(pwcore_test_axisangle)
make_test(pwcore_test_quaternion)
make_test(pwcore_test_color)
make_test(pwcore_test_transform_tools)
make_test(pwcore_test_aabb)
make_test(pwcore_test_frustum)
make_test(pwcore_test_mesh)