Added atan2f to the list of #define's into include/osg/Math.

This commit is contained in:
Robert Osfield
2004-02-02 08:55:17 +00:00
parent 4723b8a059
commit f5e2f7c731

View File

@@ -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__) ) || \