Добавлена комбинация трёх версоров одной операцией
This commit is contained in:
parent
fcbec62024
commit
d2a25823a5
1 changed files with 68 additions and 0 deletions
|
|
@ -440,6 +440,74 @@ static inline void bg_fp64_versor_combine(const BgFP64Versor* second, const BgFP
|
|||
twin->x3 *= multiplier;
|
||||
}
|
||||
|
||||
// ============ Combination of three ============ //
|
||||
|
||||