Добавление арифметических операций для дуальных кватернионов
This commit is contained in:
parent
b470a3194b
commit
b0b064de5a
24 changed files with 171 additions and 102 deletions
|
|
@ -1,16 +0,0 @@
|
|||
#ifndef _BGC_TYPES_H_
|
||||
#define _BGC_TYPES_H_
|
||||
|
||||
// ================== Complex =================== //
|
||||
|
||||
typedef struct
|
||||
{
|
||||
float real, imaginary;
|
||||
} BgcComplexFP32;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
double real, imaginary;
|
||||
} BgcComplexFP64;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue