From da8d8301b0d2a9e734b8fbd5b4cff07d38f9b77a Mon Sep 17 00:00:00 2001 From: Jiri Vlasak Date: Fri, 3 Jul 2020 17:30:13 +0200 Subject: [PATCH] FIX 172ffba --- src/psp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psp.cc b/src/psp.cc index 8bc3ac2..d36c084 100644 --- a/src/psp.cc +++ b/src/psp.cc @@ -394,7 +394,7 @@ void PSPlanner::fe_parallel() xf = std::get<3>(clif); yf = std::get<4>(clif); } - double af = ::intersection( + double af = ::angle_between_three_points( xf, yf, cclx, ccly, this->ps().x1(), this->ps().y1() -- 2.39.2