From f5e2f7c731b11908a8b9454eee3f5e5308b10e6d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 2 Feb 2004 08:55:17 +0000 Subject: [PATCH] Added atan2f to the list of #define's into include/osg/Math. --- include/osg/Math | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/osg/Math b/include/osg/Math index aad8d0b73..60f74907f 100644 --- a/include/osg/Math +++ b/include/osg/Math @@ -74,6 +74,10 @@ #define fabsf (float)fabs #endif + #ifndef atan2f + #define atan2f (float)atan2 + #endif + #endif #if (defined(WIN32) && !(defined(_MSC_VER) && (_MSC_VER >= 1300)) && !defined(__MINGW32__) ) || \