Продолжение переименования типов и функций

This commit is contained in:
Andrey Pokidov 2025-01-14 19:25:04 +07:00
parent 605afabd94
commit 3b6efaafa9
25 changed files with 768 additions and 916 deletions

View file

@ -1,5 +1,5 @@
#include "rotation3.h"
const fp32_rotation3_t FP32_IDLE_ROTATION3 = { {0.0f, 0.0f, 0.0f}, 0.0f};
const rotation3_fp32_t FP32_IDLE_ROTATION3 = { {0.0f, 0.0f, 0.0f}, 0.0f};
const fp64_rotation3_t FP64_IDLE_ROTATION3 = { {0.0, 0.0, 0.0}, 0.0};
const rotation3_fp64_t FP64_IDLE_ROTATION3 = { {0.0, 0.0, 0.0}, 0.0};