remove useless pi digits
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
namespace td {
|
namespace td {
|
||||||
|
|
||||||
static constexpr float PI = 3.14159265358979323846264338327950288f;
|
static constexpr float PI = 3.141592653f;
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
struct Vec2 {
|
struct Vec2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user