]> git.localhorst.tv Git - blobs.git/blobdiff - src/math/const.hpp
add ray/box intersect test
[blobs.git] / src / math / const.hpp
index 082cca1cd9dc200f93e9b9159d5eccdb0a6b9db3..8c0acdeaa05f30705e315a1aaf6dc037c8ab5d52 100644 (file)
@@ -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¯²