1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 #include <math.h> // MSVC doesn't seem to define this #ifndef M_PI #define M_PI 3.1415926535 #endif