Добавление position3 и aффинного преобразования

This commit is contained in:
andrey 2026-01-26 20:00:12 +07:00
parent fd7c6c91cd
commit d8347656c7
7 changed files with 375 additions and 0 deletions

View file

@ -13,6 +13,8 @@
#include "./matrix2x3.h"
#include "./matrix3x2.h"
#include "./matrix3x3.h"
#include "./affine3.h"
#include "./complex.h"
#include "./cotes-number.h"
@ -22,5 +24,7 @@
#include "./quaternion.h"
#include "./versor.h"
#include "./slerp.h"
#include "./position3.h"
#endif