Переименование проектов / Renaming of projects

This commit is contained in:
Andrey Pokidov 2024-11-22 16:47:26 +07:00
parent da61a9bf7c
commit beb237fd4e
44 changed files with 6588 additions and 9 deletions

22
basic-geometry/geometry.h Normal file
View file

@ -0,0 +1,22 @@
#ifndef __GEOMETRY_H__
#define __GEOMETRY_H__
#include "basis.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 "rotation3.h"
#include "quaternion.h"
#include "versor.h"
#endif