Добавление операции комбинирования для Posture3
This commit is contained in:
parent
add4d89c80
commit
c857c251c3
3 changed files with 49 additions and 38 deletions
|
|
@ -214,11 +214,11 @@ typedef struct {
|
|||
// ================== Posture3 ================== //
|
||||
|
||||
typedef struct {
|
||||
BGC_FP32_Quaternion _real_part, _dual_part;
|
||||
BGC_FP32_DualQuaternion _versor;
|
||||
} BGC_FP32_Posture3;
|
||||
|
||||
typedef struct {
|
||||
BGC_FP64_Quaternion _real_part, _dual_part;
|
||||
BGC_FP64_DualQuaternion _versor;
|
||||
} BGC_FP64_Posture3;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue