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

@@ -43,5 +43,6 @@
#include "bezier.h"
#include "ray.h"
#include "affine2d.h"
#include "affine2d-post.h"
#endif /* cglm_h */