diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-28 23:29:11 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-28 23:29:11 +0000 |
commit | dcc6947e0e9e2f121253609a8627a461aa2c15a7 (patch) | |
tree | 571e8b5981758c138c0a7979a9d01b2085bce17e /test | |
parent | Move utility to lib (diff) | |
download | ilt-dcc6947e0e9e2f121253609a8627a461aa2c15a7.tar.bz2 ilt-dcc6947e0e9e2f121253609a8627a461aa2c15a7.tar.xz ilt-dcc6947e0e9e2f121253609a8627a461aa2c15a7.zip |
Global definition of quarter_pi
Diffstat (limited to 'test')
-rw-r--r-- | test/test-maths.cpp | 1 |
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, |