Added tests for 2D affine post transformations (translate, rotate, scale)

This commit is contained in:
Artemii Miasoedov
2025-02-16 15:50:53 +03:00
parent 091c475422
commit e96b6a382d
6 changed files with 140 additions and 5 deletions

View File

@@ -33,6 +33,7 @@
#include "test_noise.h"
#include "test_affine.h"
#include "test_affine2d.h"
#include "test_affine2d_post.h"
#include "test_affine_mat.h"
#include "test_aabb2d.h"
#include "test_ray.h"