Добавление position3 и aффинного преобразования
This commit is contained in:
parent
fd7c6c91cd
commit
d8347656c7
7 changed files with 375 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue