Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsEqual
Function
IsEqual
libs/coding/coding_tests/geometry_serialization_test.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
namespace
19
{
20
bool IsEqual(double d1, double d2)
21
{
22
return AlmostEqualAbs(d1, d2, kMwmPointAccuracy);
23
}
24
25
bool IsEqual(m2::PointD const & p1, m2::PointD const & p2)
26
{
Callers
1
UNIT_TEST
Function · 0.70
Calls
6
minX
Method · 0.80
minY
Method · 0.80
maxX
Method · 0.80
maxY
Method · 0.80
AlmostEqualAbs
Function · 0.50
EqualDxDy
Method · 0.45
Tested by
no test coverage detected