From bdc641332ba2a1bca625f88849881e8b7887f6c5 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 21 Feb 2021 16:07:54 +0000 Subject: fix.arc --- test/test-maths.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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) { -- cgit v1.2.3