tests: add tests for affine translations

This commit is contained in:
Recep Aslantas
2020-02-21 15:52:34 +03:00
parent de85a4eb2b
commit 81ae182972
3 changed files with 198 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include "test_quat.h"
#include "test_project.h"
#include "test_plane.h"
#include "test_affine.h"
#undef GLM
#undef GLM_PREFIX
@@ -36,6 +37,7 @@
#include "test_quat.h"
#include "test_project.h"
#include "test_plane.h"
#include "test_affine.h"
#undef GLM
#undef GLM_PREFIX