diff options
| author | Mel <einebeere@gmail.com> | 2023-06-29 22:15:32 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-06-29 22:15:32 +0200 |
| commit | 52732d71e72b02ff45e25f44e414f87ec9ab7666 (patch) | |
| tree | a3db775e01e04abaf0291e7d172740ff47ff1006 /src/Math/Constants.hpp | |
| parent | 92ac46df6afa8ee76f972cceb681cf32658f84a2 (diff) | |
| download | meowcraft-52732d71e72b02ff45e25f44e414f87ec9ab7666.tar.zst meowcraft-52732d71e72b02ff45e25f44e414f87ec9ab7666.zip | |
Pretty terrain generation
Diffstat (limited to 'src/Math/Constants.hpp')
| -rw-r--r-- | src/Math/Constants.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Math/Constants.hpp b/src/Math/Constants.hpp new file mode 100644 index 0000000..9c62e94 --- /dev/null +++ b/src/Math/Constants.hpp @@ -0,0 +1,8 @@ +#pragma once + +namespace Math { + +constexpr double PI = 3.14159265358979323846; +constexpr double E = 2.71828182845904523536; + +} \ No newline at end of file |
