MCPcopy 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

18namespace
19{
20bool IsEqual(double d1, double d2)
21{
22 return AlmostEqualAbs(d1, d2, kMwmPointAccuracy);
23}
24
25bool IsEqual(m2::PointD const & p1, m2::PointD const & p2)
26{

Callers 1

UNIT_TESTFunction · 0.70

Calls 6

minXMethod · 0.80
minYMethod · 0.80
maxXMethod · 0.80
maxYMethod · 0.80
AlmostEqualAbsFunction · 0.50
EqualDxDyMethod · 0.45

Tested by

no test coverage detected