fix(*): PI lost error.

This commit is contained in:
TinyO 2019-09-06 14:09:10 +08:00
parent 3b9a43c470
commit 81a9d0b201

View File

@ -28,7 +28,7 @@ MYNTEYE_BEGIN_NAMESPACE
namespace models {
#define PI M_PI
#define PI 3.14159265358979323846
#define PI_2 1.5707963
float ApproxAtan2(float y, float x)
{