Модульные тесты для Vector2, Vector3, Quaternion и Versor: is unit, is zero, is identity

This commit is contained in:
Andrey Pokidov 2025-02-11 23:54:38 +07:00
parent 47ba771b68
commit 2d8240265c
74 changed files with 999 additions and 348 deletions

View file

@ -1,14 +1,14 @@
#ifndef _TEST_UTILITIES_IS_UNIT_H_
#define _TEST_UTILITIES_IS_UNIT_H_
int test_bgc_is_unit_fp32();
int test_is_unit_fp32();
int test_bgc_is_unit_fp64();
int test_is_unit_fp64();
int test_bgc_is_sqare_value_unit_fp32();
int test_is_sqare_value_unit_fp32();
int test_bgc_is_sqare_value_unit_fp64();
int test_is_sqare_value_unit_fp64();
int test_bgc_is_unit();
int test_is_unit();
#endif