summaryrefslogtreecommitdiff
path: root/test/test-maths.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-02-21 16:07:54 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-02-21 16:07:54 +0000
commitbdc641332ba2a1bca625f88849881e8b7887f6c5 (patch)
tree7af09594e559ffe363bbcbb08ebc569a85f1f59d /test/test-maths.cpp
parentChoose a random direction at junctions (diff)
downloadilt-bdc641332ba2a1bca625f88849881e8b7887f6c5.tar.bz2
ilt-bdc641332ba2a1bca625f88849881e8b7887f6c5.tar.xz
ilt-bdc641332ba2a1bca625f88849881e8b7887f6c5.zip
fix.arc
Diffstat (limited to 'test/test-maths.cpp')
-rw-r--r--test/test-maths.cpp1
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)
{