MCPcopy Create free account
hub / github.com/comaps/comaps / GetIntersectionScoreForTriangulated

Function GetIntersectionScoreForTriangulated

libs/geometry/intersection_score.hpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92/// |lhs| and |rhs| are any standard containers of m2::Point with random access iterator.
93template <typename Container>
94double GetIntersectionScoreForTriangulated(Container const & lhs, Container const & rhs)
95{
96 return GetIntersectionScore<Container>(lhs, rhs, TrianglesToPolygon<Container>);
97}
98
99/// |points| is any standard container of m2::Point with random access iterator.
100template <typename Container>

Callers 2

UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.68