| 233 | } |
| 234 | |
| 235 | double PiMinusTwoVectorsAngle(m2::PointD const & junctionPoint, m2::PointD const & ingoingPoint, |
| 236 | m2::PointD const & outgoingPoint) |
| 237 | { |
| 238 | return math::pi - ang::TwoVectorsAngle(junctionPoint, ingoingPoint, outgoingPoint); |
| 239 | } |
| 240 | } // namespace turns |
| 241 | } // namespace routing |
no test coverage detected