tests: add some tests for affine matrices

This commit is contained in:
Recep Aslantas
2020-02-22 10:54:47 +03:00
parent 0c8dc070d5
commit 7b0f62f1eb
3 changed files with 107 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
#include "test_project.h"
#include "test_plane.h"
#include "test_affine.h"
#include "test_affine_mat.h"
#undef GLM
#undef GLM_PREFIX
@@ -38,6 +39,7 @@
#include "test_project.h"
#include "test_plane.h"
#include "test_affine.h"
#include "test_affine_mat.h"
#undef GLM
#undef GLM_PREFIX