3d-render/src/util/math.h

9 lines
115 B
C
Raw Normal View History

2025-10-10 10:21:36 +02:00
#ifndef MATH_H
#define MATH_H
#include "../object/point.h"
float distance(Point& a, Point& b);
#endif // MATH_H