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

@@ -41,6 +41,9 @@ test_rand_mat2x3(mat2x3 dest);
void
test_rand_mat2x4(mat2x4 dest);
void
test_rand_transform2d(mat3 dest);
test_status_t
test_assert_eqf(float a, float b);