Suppression des warning M_PI

This commit is contained in:
Samuel 2023-04-10 15:28:42 +02:00
parent c0a18b343c
commit 73656370df

View File

@ -1,6 +1,11 @@
#ifndef GEOMETRIE_H
#define GEOMETRIE_H
#ifndef M_PI
#define M_PI (3.14159265358979323846)
#endif
struct position_t{
double x_mm, y_mm;
double angle_radian;