+ Replace math.h with cmath
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#define BASE_TOOLS2D_H
|
||||
|
||||
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <stdio.h>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#define BASE_VECTOR3D_H
|
||||
|
||||
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
#define FLOAT_EPS 1.0e-4f
|
||||
|
||||
|
||||
Reference in New Issue
Block a user