summaryrefslogtreecommitdiff
path: root/test/test-maths.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-02-28 23:29:11 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-02-28 23:29:11 +0000
commitdcc6947e0e9e2f121253609a8627a461aa2c15a7 (patch)
tree571e8b5981758c138c0a7979a9d01b2085bce17e /test/test-maths.cpp
parentMove utility to lib (diff)
downloadilt-dcc6947e0e9e2f121253609a8627a461aa2c15a7.tar.bz2
ilt-dcc6947e0e9e2f121253609a8627a461aa2c15a7.tar.xz
ilt-dcc6947e0e9e2f121253609a8627a461aa2c15a7.zip
Global definition of quarter_pi
Diffstat (limited to 'test/test-maths.cpp')
-rw-r--r--test/test-maths.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-maths.cpp b/test/test-maths.cpp
index 6151c39..a2e1953 100644
--- a/test/test-maths.cpp
+++ b/test/test-maths.cpp
@@ -7,7 +7,6 @@
#include <glm/glm.hpp>
#include <maths.h>
#include <tuple>
-constexpr auto quarter_pi = pi / 4.F;
using vecter_to_angle = std::tuple<glm::vec3, float>;
BOOST_DATA_TEST_CASE(test_vector_yaw,