Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
bool PointsAlmostEqual(PointD const & p1, PointD const & p2)
38
{
39
return p1.EqualDxDy(p2, mercator::kPointEqualityEps);
40
}
41
42
UNIT_TEST(CalculatePolyLineCenter)
43
{
Callers
1
UNIT_TEST
Function · 0.85
Calls
1
EqualDxDy
Method · 0.45
Tested by
no test coverage detected