Отказ от терминов Versor и Cotes Number в пользу Turn3 и Turn2, использование кватернионов внутри Turn3

This commit is contained in:
Andrey Pokidov 2026-02-04 21:02:15 +07:00
parent 38cff7e27d
commit b470a3194b
27 changed files with 1815 additions and 2045 deletions

View file

@ -25,19 +25,19 @@ typedef struct {
// =================== Versor =================== //
typedef struct {
BGC_FP32_Versor first, second;
BGC_FP32_Turn3 first, second;
} TestVersorPairFP32;
typedef struct {
BGC_FP64_Versor first, second;
BGC_FP64_Turn3 first, second;
} TestVersorPairFP64;
typedef struct {
BGC_FP32_Versor first, second, result;
BGC_FP32_Turn3 first, second, result;
} TestVersorTripletFP32;
typedef struct {
BGC_FP64_Versor first, second, result;
BGC_FP64_Turn3 first, second, result;
} TestVersorTripletFP64;
// ================= Functions ================== //