Added atan2f to the list of #define's into include/osg/Math.
This commit is contained in:
@@ -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__) ) || \
|
||||
|
||||
Reference in New Issue
Block a user