+ Replace math.h with cmath

This commit is contained in:
wmayer
2014-01-05 11:25:40 +01:00
parent 3b1513e940
commit 3fe720f3bc
26 changed files with 26 additions and 26 deletions

View File

@@ -25,7 +25,7 @@
#define BASE_TOOLS2D_H
#include <math.h>
#include <cmath>
#include <stdio.h>
#include <list>
#include <vector>

View File

@@ -25,7 +25,7 @@
#define BASE_VECTOR3D_H
#include <math.h>
#include <cmath>
#define FLOAT_EPS 1.0e-4f