Упрощение тестов

This commit is contained in:
Andrey Pokidov 2025-02-13 19:28:40 +07:00
parent fcf793c758
commit 7f242c4b63
71 changed files with 518 additions and 943 deletions

View file

@ -1,22 +0,0 @@
#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

View file

@ -1,4 +1,4 @@
#ifndef _BGC_VERSOR_H_
#ifndef _BGC_VERSOR_H_
#define _BGC_VERSOR_H_
#include <stdint.h>