25 lines
411 B
C
25 lines
411 B
C
#ifndef _BGC_H_
|
|
#define _BGC_H_
|
|
|
|
#include "./utilities.h"
|
|
|
|
#include "./angle.h"
|
|
|
|
#include "./vector2.h"
|
|
#include "./vector3.h"
|
|
|
|
#include "./matrixes.h"
|
|
#include "./matrix2x2.h"
|
|
#include "./matrix2x3.h"
|
|
#include "./matrix3x2.h"
|
|
#include "./matrix3x3.h"
|
|
|
|
#include "./complex.h"
|
|
#include "./cotes-number.h"
|
|
|
|
#include "./rotation3.h"
|
|
|
|
#include "./quaternion.h"
|
|
#include "./versor.h"
|
|
|
|
#endif
|