From: Jiri Vlasak Date: Fri, 3 Jul 2020 15:30:13 +0000 (+0200) Subject: FIX 172ffba X-Git-Tag: v0.4.0~4^2~20 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hubacji1/psp.git/commitdiff_plain/da8d8301b0d2a9e734b8fbd5b4cff07d38f9b77a FIX 172ffba --- 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()