Отказ от функций getWeightedSum в пользу appendScaled; оптимизация версоров / Replacing of getWeightedSum onto appendScaled; versor optimization

This commit is contained in:
Andrey Pokidov 2024-11-20 01:21:40 +07:00
parent 7bd9c07f17
commit e354b2425c
13 changed files with 331 additions and 835 deletions

View file

@ -5,4 +5,12 @@
int test_sp_vector2();
int test_sp_vector2_square_module();
int test_sp_vector2_module();
int test_sp_vector2_add();
int test_sp_vector2_subtract();
#endif