Добавление арифметических операций для дуальных кватернионов
This commit is contained in:
parent
b470a3194b
commit
b0b064de5a
24 changed files with 171 additions and 102 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _BGC_H_
|
||||
#define _BGC_H_
|
||||
#ifndef _BGC_H_INCLUDED_
|
||||
#define _BGC_H_INCLUDED_
|
||||
|
||||
#include "./utilities.h"
|
||||
|
||||
|
|
@ -18,14 +18,14 @@
|
|||
#include "./affine3.h"
|
||||
|
||||
#include "./complex.h"
|
||||
#include "./quaternion.h"
|
||||
#include "./quaternion.h"
|
||||
|
||||
#include "./turn2.h"
|
||||
#include "./turn3.h"
|
||||
#include "./turn2.h"
|
||||
#include "./turn3.h"
|
||||
|
||||
#include "./position2.h"
|
||||
#include "./position3.h"
|
||||
|
||||
#include "./position2.h"
|
||||
#include "./position3.h"
|
||||
|
||||
#include "./slerp.h"
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue