fix: change from M_PI to PI
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
namespace td {
|
||||
namespace utils{
|
||||
|
||||
constexpr float PI = 3.14159274101257324219;
|
||||
|
||||
/* Sine functions */
|
||||
|
||||
float easeInSine(float x);
|
||||
|
||||
Reference in New Issue
Block a user