We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048a2cf commit e587c1dCopy full SHA for e587c1d
1 file changed
libs/openFrameworks/math/ofMathConstants.h
@@ -25,23 +25,23 @@ using ofDefaultVec4 = glm::vec4;
25
#include <glm/gtc/constants.hpp>
26
27
#ifndef PI
28
- #define PI glm::pi<float>();
+ #define PI glm::pi<float>()
29
#endif
30
31
#ifndef TWO_PI
32
- #define TWO_PI glm::two_pi<float>();
+ #define TWO_PI glm::two_pi<float>()
33
34
35
#ifndef M_TWO_PI
36
- #define M_TWO_PI glm::two_pi<float>();
+ #define M_TWO_PI glm::two_pi<float>()
37
38
39
#ifndef FOUR_PI
40
#define FOUR_PI 12.56637061435917295385
41
42
43
#ifndef HALF_PI
44
- #define HALF_PI glm::half_pi<float>();
+ #define HALF_PI glm::half_pi<float>()
45
46
47
#ifndef DEG_TO_RAD
0 commit comments