diff options
| author | cabinboy1031 <hemmerian@gmail.com> | 2020-12-13 00:50:48 -0800 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-07-05 12:55:05 +0200 |
| commit | 77300013900b0071da8058ebbc4fc41864ada373 (patch) | |
| tree | 5358ff6d34bb23f6f199836466af586960f74169 /tests/test_main.cpp | |
| parent | 3a38ee96ce68a809bd4aba3eed4b02b2a3483ded (diff) | |
| download | redot-engine-77300013900b0071da8058ebbc4fc41864ada373.tar.gz | |
Implemented tests for Plane getters and setters.
Added tests for intersection and plane-point methods.
Diffstat (limited to 'tests/test_main.cpp')
| -rw-r--r-- | tests/test_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp index ac0cdf0cc1..79cda7e512 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -45,6 +45,7 @@ #include "tests/core/math/test_expression.h" #include "tests/core/math/test_geometry_2d.h" #include "tests/core/math/test_geometry_3d.h" +#include "tests/core/math/test_plane.h" #include "tests/core/math/test_random_number_generator.h" #include "tests/core/math/test_rect2.h" #include "tests/core/math/test_rect2i.h" |
