fix: change from M_PI to PI

This commit is contained in:
2021-09-12 17:17:44 +02:00
parent f5e95b2d56
commit e0c7001112
2 changed files with 8 additions and 6 deletions

View File

@@ -3,6 +3,8 @@
namespace td {
namespace utils{
constexpr float PI = 3.14159274101257324219;
/* Sine functions */
float easeInSine(float x);