3d-render/src/util/math.h
2025-10-10 10:21:36 +02:00

8 lines
115 B
C

#ifndef MATH_H
#define MATH_H
#include "../object/point.h"
float distance(Point& a, Point& b);
#endif // MATH_H