This commit is contained in:
iutbgdin 2025-10-10 10:21:36 +02:00
parent 8383fc1edf
commit 6ad7555ad7
12 changed files with 81 additions and 24 deletions

8
src/util/math.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef MATH_H
#define MATH_H
#include "../object/point.h"
float distance(Point& a, Point& b);
#endif // MATH_H