Развитие структуры Posture3 для хранения пложения тела в виде нормализованного дуального кватерниона
This commit is contained in:
parent
0c27a6e59b
commit
add4d89c80
3 changed files with 109 additions and 24 deletions
|
|
@ -214,11 +214,11 @@ typedef struct {
|
|||
// ================== Posture3 ================== //
|
||||
|
||||
typedef struct {
|
||||
BGC_FP32_DualQuaternion _dual_versor;
|
||||
BGC_FP32_Quaternion _real_part, _dual_part;
|
||||
} BGC_FP32_Posture3;
|
||||
|
||||
typedef struct {
|
||||
BGC_FP64_DualQuaternion _dual_versor;
|
||||
BGC_FP64_Quaternion _real_part, _dual_part;
|
||||
} BGC_FP64_Posture3;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue