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

Function PointsAlmostEqual

libs/geometry/geometry_tests/algorithm_test.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool PointsAlmostEqual(PointD const & p1, PointD const & p2)
38{
39 return p1.EqualDxDy(p2, mercator::kPointEqualityEps);
40}
41
42UNIT_TEST(CalculatePolyLineCenter)
43{

Callers 1

UNIT_TESTFunction · 0.85

Calls 1

EqualDxDyMethod · 0.45

Tested by

no test coverage detected