Implemented tests for Plane getters and setters.

Added tests for intersection and plane-point methods.
This commit is contained in:
cabinboy1031
2020-12-13 00:50:48 -08:00
committed by Rémi Verschelde
parent 3a38ee96ce
commit 7730001390
2 changed files with 173 additions and 0 deletions

View File

@ -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"