Реорганизация проекта: перенос определения всех типов в один файл, перегруппировка функций в файлах
This commit is contained in:
parent
c7d9263154
commit
053af33444
45 changed files with 1001 additions and 980 deletions
|
|
@ -1,21 +1,8 @@
|
|||
#ifndef _BGC_HG_VECTOR3_H_INCLUDED_
|
||||
#define _BGC_HG_VECTOR3_H_INCLUDED_
|
||||
|
||||
#include "./vector3.h"
|
||||
|
||||
// ================== Vector3 =================== //
|
||||
|
||||
// Homogeneous 3D Vector
|
||||
typedef struct
|
||||
{
|
||||
float x1, x2, x3, d0;
|
||||
} BGC_FP32_HgVector3;
|
||||
|
||||
// Homogeneous 3D Vector
|
||||
typedef struct
|
||||
{
|
||||
double x1, x2, x3, d0;
|
||||
} BGC_FP64_HgVector3;
|
||||
#include "./types.h"
|
||||
#include "./utilities.h"
|
||||
|
||||
// ================ Reset Point ================= //
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue