X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fmath%2Fconst.hpp;h=8c0acdeaa05f30705e315a1aaf6dc037c8ab5d52;hp=082cca1cd9dc200f93e9b9159d5eccdb0a6b9db3;hb=348143f5e41a5692ed7c8deab200f3c62f4395a2;hpb=237297d676d6841a35d320cc910a2d42aa9c13ef diff --git a/src/math/const.hpp b/src/math/const.hpp index 082cca1..8c0acde 100644 --- a/src/math/const.hpp +++ b/src/math/const.hpp @@ -5,13 +5,7 @@ namespace blobs { constexpr double PI = 3.141592653589793238462643383279502884; -constexpr double PI_0p25 = PI * 0.25; -constexpr double PI_0p5 = PI * 0.5; -constexpr double PI_1p5 = PI * 1.5; -constexpr double PI_2p0 = PI * 2.0; - constexpr double PI_inv = 1.0 / PI; -constexpr double PI_0p5_inv = 1.0 / PI_0p5; /// gravitational constant constexpr double G = 6.674e-11; // m³kg¯¹s¯²