Отказ от терминов Versor и Cotes Number в пользу Turn3 и Turn2, использование кватернионов внутри Turn3
This commit is contained in:
parent
38cff7e27d
commit
b470a3194b
27 changed files with 1815 additions and 2045 deletions
|
|
@ -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 ================== //
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue