Переименование функций для лучшего соответствия названия операции

This commit is contained in:
Andrey Pokidov 2026-03-25 23:42:49 +07:00
parent 6945c69ef2
commit dc759e61f7
7 changed files with 193 additions and 193 deletions

View file

@ -52,7 +52,7 @@ BGC_FP32_Affine3* _create_bgc_affine3_random_list(int affine_amount)
position.shift.x2 = get_random_value_fp32();
position.shift.x3 = get_random_value_fp32();
bgc_fp32_position3_get_outward_affine(&affines[i], &position);
bgc_fp32_position3_get_affine(&affines[i], &position);
}
return affines;