Отказ от терминов 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

@ -18,15 +18,14 @@
#include "./affine3.h"
#include "./complex.h"
#include "./cotes-number.h"
#include "./quaternion.h"
#include "./rotation3.h"
#include "./turn2.h"
#include "./turn3.h"
#include "./quaternion.h"
#include "./versor.h"
#include "./position2.h"
#include "./position3.h"
#include "./slerp.h"
#include "./position2.h"
#include "./position3.h"
#endif