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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'geometry/segment2d.hpp')
-rw-r--r--geometry/segment2d.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/geometry/segment2d.hpp b/geometry/segment2d.hpp
index e5e64bb054..838fc52e74 100644
--- a/geometry/segment2d.hpp
+++ b/geometry/segment2d.hpp
@@ -4,5 +4,7 @@
namespace m2
{
+bool IsPointOnSegmentEps(m2::PointD const & pt, m2::PointD const & p1, m2::PointD const & p2,
+ double eps);
bool IsPointOnSegment(m2::PointD const & pt, m2::PointD const & p1, m2::PointD const & p2);
} // namespace m2