|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef HEPVis_SbMath_h
6 #define HEPVis_SbMath_h
10 #define SbMinimum(a,b) ((a)<(b)?a:b)
11 #define SbMaximum(a,b) ((a)>(b)?a:b)
13 #define FCOS(x) ((float)cos((double)(x)))
14 #define FSIN(x) ((float)sin((double)(x)))
17 #define FTAN(x) ((float)tan((double)(x)))
18 #define FATAN(x) ((float)atan((double)(x)))
24 #define FFABS(x) ((float)fabs((double)(x)))