diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-21 16:07:54 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-21 16:07:54 +0000 |
commit | bdc641332ba2a1bca625f88849881e8b7887f6c5 (patch) | |
tree | 7af09594e559ffe363bbcbb08ebc569a85f1f59d /test | |
parent | Choose a random direction at junctions (diff) | |
download | ilt-bdc641332ba2a1bca625f88849881e8b7887f6c5.tar.bz2 ilt-bdc641332ba2a1bca625f88849881e8b7887f6c5.tar.xz ilt-bdc641332ba2a1bca625f88849881e8b7887f6c5.zip |
fix.arc
Diffstat (limited to 'test')
-rw-r--r-- | test/test-maths.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-maths.cpp b/test/test-maths.cpp index b620aae..49114da 100644 --- a/test/test-maths.cpp +++ b/test/test-maths.cpp @@ -65,6 +65,7 @@ BOOST_DATA_TEST_CASE(test_create_arc, {{0, 0, 0}, south, east, {pi, half_pi * 3}}, {{0, 0, 0}, east, north, {-half_pi, 0}}, {{0, 0, 0}, south, north, {pi, two_pi}}, + {{0, 0, 0}, east, south, {-half_pi, pi}}, }), c, s, e, a) { |