summary refs log tree commit diff
path: root/src/Math/Trig.hpp
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2023-06-29 22:15:32 +0200
committerMel <einebeere@gmail.com>2023-06-29 22:15:32 +0200
commit52732d71e72b02ff45e25f44e414f87ec9ab7666 (patch)
treea3db775e01e04abaf0291e7d172740ff47ff1006 /src/Math/Trig.hpp
parent92ac46df6afa8ee76f972cceb681cf32658f84a2 (diff)
downloadmeowcraft-52732d71e72b02ff45e25f44e414f87ec9ab7666.tar.zst
meowcraft-52732d71e72b02ff45e25f44e414f87ec9ab7666.zip
Pretty terrain generation
Diffstat (limited to 'src/Math/Trig.hpp')
-rw-r--r--src/Math/Trig.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Math/Trig.hpp b/src/Math/Trig.hpp
index c64e2f2..2a415f5 100644
--- a/src/Math/Trig.hpp
+++ b/src/Math/Trig.hpp
@@ -1,8 +1,8 @@
 #pragma once
 
-namespace Math {
+#include "Constants.hpp"
 
-constexpr double PI = 3.14159265358979323846;
+namespace Math {
 
 template<typename T>
 T radians(T degrees) {