Welcome to mirror list, hosted at ThFree Co, Russian Federation.

segment2d.hpp « geometry - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5e64bb05418494c516c7a511600f6ce34cb223b (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "geometry/point2d.hpp"

namespace m2
{
bool IsPointOnSegment(m2::PointD const & pt, m2::PointD const & p1, m2::PointD const & p2);
}  // namespace m2