Leonetienne/Eule
Homemade math library, mainly targetted towards computer graphics
Macros
Constants.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PI   3.14159265358979323846264338327950288419716939937510
 Pi up to 50 decimal places. More...
 
#define HALF_PI   1.57079632679489661923132169163975144209858469968755
 Pi divided by two. More...
 
#define Deg2Rad   0.0174532925199432957692369076848861271344287188854172222222222222
 Factor to convert degrees to radians. More...
 
#define Rad2Deg   57.295779513082320876798154814105170332405472466564427711013084788
 Factor to convert radians to degrees. More...
 

Macro Definition Documentation

◆ Deg2Rad

#define Deg2Rad   0.0174532925199432957692369076848861271344287188854172222222222222

Factor to convert degrees to radians.

Definition at line 12 of file Constants.h.

◆ HALF_PI

#define HALF_PI   1.57079632679489661923132169163975144209858469968755

Pi divided by two.

Definition at line 9 of file Constants.h.

◆ PI

#define PI   3.14159265358979323846264338327950288419716939937510

Pi up to 50 decimal places.

Definition at line 6 of file Constants.h.

◆ Rad2Deg

#define Rad2Deg   57.295779513082320876798154814105170332405472466564427711013084788

Factor to convert radians to degrees.

Definition at line 15 of file Constants.h.