49 #define cc_min(x, y) (((x) < (y)) ? (x) : (y)) 50 #define cc_max(x, y) (((x) > (y)) ? (x) : (y)) 65 #include <Inventor/system/inttypes.h> 79 #define M_E 2.7182818284590452354 82 #define M_LOG2E 1.4426950408889634074 85 #define M_LOG10E 0.43429448190325182765 88 #define M_LN2 0.69314718055994530942 91 #define M_LN10 2.30258509299404568402 94 #define M_PI 3.14159265358979323846 97 #define M_TWOPI (M_PI * 2.0) 100 #define M_PI_2 1.57079632679489661923 103 #define M_PI_4 0.78539816339744830962 106 #define M_3PI_4 2.3561944901923448370E0 109 #define M_SQRTPI 1.77245385090551602792981 112 #define M_1_PI 0.31830988618379067154 115 #define M_2_PI 0.63661977236758134308 118 #define M_2_SQRTPI 1.12837916709551257390 121 #define M_SQRT2 1.41421356237309504880 124 #define M_SQRT1_2 0.70710678118654752440 127 #define M_LN2LO 1.9082149292705877000E-10 130 #define M_LN2HI 6.9314718036912381649E-1 133 #define M_SQRT3 1.73205080756887719000 136 #define M_IVLN10 0.43429448190325182765 139 #define M_LOG2_E 0.693147180559945309417 142 #define M_INVLN2 1.4426950408889633870E0 163 #define COIN_MAJOR_VERSION 2 164 #define COIN_MINOR_VERSION 5 165 #define COIN_MICRO_VERSION 0 167 #define COIN_VERSION "2.5.0" 175 #define HAVE_HASH_QUOTING 1 199 #define cosf(x) NO_SINGLEPREC 202 #define sinf(x) NO_SINGLEPREC 205 #define tanf(x) NO_SINGLEPREC 208 #define powf(x) NO_SINGLEPREC 211 #define sqrtf(x) NO_SINGLEPREC 214 #define acosf(x) NO_SINGLEPREC 217 #define asinf(x) NO_SINGLEPREC 220 #define atanf(x) NO_SINGLEPREC 223 #define atan2f(x) NO_SINGLEPREC 232 #ifdef HAVE_HASH_QUOTING 233 #define SO__QUOTE(str) #str 234 #define SO__CONCAT(str1, str2) str1##str2 235 #elif defined(HAVE_APOSTROPHES_QUOTING) 236 #define SO__QUOTE(str) "str" 237 #define SO__CONCAT(str1, str2) str1str2 239 #error No valid way to do macro quoting! 247 # error Leave the internal COIN_DLL_API define alone. 251 # error The COIN_NOT_DLL define is not supposed to be used when building the library, only when building Win32 applications. 254 # error The COIN_DLL define is not supposed to be used when building the library, only when building Win32 applications. 289 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) 290 # ifdef COIN_INTERNAL 291 # ifdef COIN_MAKE_DLL 292 # define COIN_DLL_API __declspec(dllexport) 297 # error Define _either_ COIN_DLL _or_ COIN_NOT_DLL as appropriate for your linkage -- not both at the same time! See Inventor/C/basic.h for further instructions. 299 # define COIN_DLL_API __declspec(dllimport) 301 # ifndef COIN_NOT_DLL 302 # error Define either COIN_DLL or COIN_NOT_DLL as appropriate for your linkage! See Inventor/C/basic.h for further instructions. 310 # define COIN_DLL_API
Copyright © 1998-2007 by Systems in Motion AS. All rights reserved.
Generated on Fri Jul 20 2018 for Coin by Doxygen. 1.8.14