Implemented tests for Plane getters and setters.
Added tests for intersection and plane-point methods.
This commit is contained in:
parent
3a38ee96ce
commit
7730001390
2 changed files with 173 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue