Skip to content

Commit e587c1d

Browse files
authored
Update ofMathConstants.h (#7958)
1 parent 048a2cf commit e587c1d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

libs/openFrameworks/math/ofMathConstants.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ using ofDefaultVec4 = glm::vec4;
2525
#include <glm/gtc/constants.hpp>
2626

2727
#ifndef PI
28-
#define PI glm::pi<float>();
28+
#define PI glm::pi<float>()
2929
#endif
3030

3131
#ifndef TWO_PI
32-
#define TWO_PI glm::two_pi<float>();
32+
#define TWO_PI glm::two_pi<float>()
3333
#endif
3434

3535
#ifndef M_TWO_PI
36-
#define M_TWO_PI glm::two_pi<float>();
36+
#define M_TWO_PI glm::two_pi<float>()
3737
#endif
3838

3939
#ifndef FOUR_PI
4040
#define FOUR_PI 12.56637061435917295385
4141
#endif
4242

4343
#ifndef HALF_PI
44-
#define HALF_PI glm::half_pi<float>();
44+
#define HALF_PI glm::half_pi<float>()
4545
#endif
4646

4747
#ifndef DEG_TO_RAD

0 commit comments

Comments
 (0)