Модульные тесты для кватернионов

This commit is contained in:
Andrey Pokidov 2025-02-11 00:01:29 +07:00
parent 2fae0154ac
commit 899ca7dd52
63 changed files with 1233 additions and 284 deletions

View file

@ -1,8 +1,10 @@
#ifndef _TEST_VECTOR2_SWAP_H_
#define _TEST_VECTOR2_SWAP_H_
#ifndef _TEST_VERSOR_SWAP_H_
#define _TEST_VERSOR_SWAP_H_
int test_bgc_versor_swap_fp32();
int test_bgc_versor_swap_fp64();
int test_bgc_versor_swap();
#endif