Добавлены функции для матриц 2x3 и 3x2 / New functions for matrixes 2x3 and 3x2 have been added

This commit is contained in:
Andrey Pokidov 2024-11-15 23:07:28 +07:00
parent 67f66e2127
commit 07c1330858
11 changed files with 902 additions and 52 deletions

View file

@ -176,7 +176,7 @@ int main()
{
SPVector2 vector;
sp_vector2_set(0, 0, &vector);
sp_vector2_set_values(0, 0, &vector);
printf("SPVector2(%f, %f), module = %d\n",
vector.x1,