summaryrefslogtreecommitdiff
path: root/test/test-maths.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-05-13 01:51:35 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-05-13 01:51:35 +0100
commit8b40f70e1bfa7f9e54401044760c319f8b02086a (patch)
tree8e16c603629337499ac3173ee36b0c8c8a139503 /test/test-maths.cpp
parentRemoved flawed, two direction version find_arc_centre (diff)
downloadilt-8b40f70e1bfa7f9e54401044760c319f8b02086a.tar.bz2
ilt-8b40f70e1bfa7f9e54401044760c319f8b02086a.tar.xz
ilt-8b40f70e1bfa7f9e54401044760c319f8b02086a.zip
Remove the awful find_arcs_radius functionsbetter-network
Diffstat (limited to 'test/test-maths.cpp')
-rw-r--r--test/test-maths.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test-maths.cpp b/test/test-maths.cpp
index 5ee815d..98a7b1e 100644
--- a/test/test-maths.cpp
+++ b/test/test-maths.cpp
@@ -151,12 +151,6 @@ BOOST_DATA_TEST_CASE(TestCreateArc,
BOOST_CHECK_CLOSE(arc.second, expAngles.second, 1.F);
}
-BOOST_AUTO_TEST_CASE(TestFindArcsRadius)
-{
- BOOST_CHECK_CLOSE(
- find_arcs_radius(RelativePosition2D {10.32, 26.71}, {0.4, .92}, {2.92, 22.41}, {-0.89, -0.45}), 2.29, 1);
-}
-
namespace {
struct TestLinkStraight : public LinkStraight {
explicit TestLinkStraight(glm::vec3 entryVector) :