Переименование функций для лучшего соответствия названия операции
This commit is contained in:
parent
6945c69ef2
commit
dc759e61f7
7 changed files with 193 additions and 193 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue