Завершение большого переименования

This commit is contained in:
Andrey Pokidov 2025-01-15 15:08:12 +07:00
parent 120e651517
commit 3805354611
31 changed files with 1213 additions and 1255 deletions

View file

@ -1,5 +1,5 @@
#include "rotation3.h"
const rotation3_fp32_t FP32_IDLE_ROTATION3 = { {0.0f, 0.0f, 0.0f}, 0.0f};
const bgc_rotation3_fp32_t BGC_IDLE_ROTATION3_FP32 = { {0.0f, 0.0f, 0.0f}, 0.0f};
const rotation3_fp64_t FP64_IDLE_ROTATION3 = { {0.0, 0.0, 0.0}, 0.0};
const bgc_rotation3_fp64_t BGC_IDLE_ROTATION3_FP64 = { {0.0, 0.0, 0.0}, 0.0};