behaviour-tree-test/tests/core/math
Fredia Huya-Kouadio deabc704d6 Fix TestColor build failure on Android
```
ERROR: In file included from tests\test_main.cpp:72:
./tests/core/math/test_color.h:64:27: error: ignoring temporary of type 'Color' declared with 'nodiscard' attribute [-Werror,-Wunused-value]
   64 |         const Color green_hsva = Color(0, 0, 0).from_hsv(120 / 360.0, 1, 1, 0.25);
      |                                  ^~~~~~~~~~~~~~
1 error generated.
```
2026-02-05 17:10:36 -08:00
..
test_aabb.h Core: Use Math namespace for constants 2025-04-10 16:29:30 -05:00
test_astar.h Fix AStars to return empty path for disabled from point 2025-12-13 15:28:30 +01:00
test_basis.h Remove stress unit test. 2025-09-23 00:30:16 +08:00
test_color.h Fix TestColor build failure on Android 2026-02-05 17:10:36 -08:00
test_expression.h Use initializer list in Arrays 2025-03-26 18:38:15 +01:00
test_geometry_2d.h Directly use segment points in Geometry2D/3D function parameters 2025-03-30 16:25:59 -07:00
test_geometry_3d.h Fix ghost collisions in segment_intersects_convex() 2025-08-22 22:49:56 -07:00
test_math_funcs.h Add 64-bit versions of core power of 2 functions 2025-06-01 23:11:12 -07:00
test_plane.h Core: Use Math namespace for constants 2025-04-10 16:29:30 -05:00
test_projection.h Core: Add constexpr constructors/operators to math structs 2025-03-17 12:15:31 -05:00
test_quaternion.h Remove stress unit test. 2025-09-23 00:30:16 +08:00
test_random_number_generator.h Core: Replace C math headers with C++ equivalents 2025-04-16 15:49:02 -05:00
test_rect2.h Core: Use Math namespace for constants 2025-04-10 16:29:30 -05:00
test_rect2i.h Core: Add constexpr constructors/operators to math structs 2025-03-17 12:15:31 -05:00
test_transform_2d.h Core: Use Math namespace for constants 2025-04-10 16:29:30 -05:00
test_transform_3d.h Core: Use Math namespace for constants 2025-04-10 16:29:30 -05:00
test_triangle_mesh.h Expose TriangleMesh api functions wrapped for scripting 2025-04-02 09:52:35 +02:00
test_vector2.h Core: Use Math namespace for constants 2025-04-10 16:29:30 -05:00
test_vector2i.h Core: Use Math namespace for constants 2025-04-10 16:29:30 -05:00
test_vector3.h Core: Use Math namespace for constants 2025-04-10 16:29:30 -05:00
test_vector3i.h Core: Use Math namespace for constants 2025-04-10 16:29:30 -05:00
test_vector4.h Core: Use Math namespace for constants 2025-04-10 16:29:30 -05:00
test_vector4i.h Core: Add constexpr constructors/operators to math structs 2025-03-17 12:15:31 -05:00