MCPcopy Create free account
hub / github.com/axmolengine/axmol / PtsReallyClose

Function PtsReallyClose

3rdparty/clipper2/src/clipper.engine.cpp:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434
435
436 inline bool PtsReallyClose(const Point64& pt1, const Point64& pt2)
437 {
438 return (std::llabs(pt1.x - pt2.x) < 2) && (std::llabs(pt1.y - pt2.y) < 2);
439 }
440
441 inline bool IsVerySmallTriangle(const OutPt& op)
442 {

Callers 1

IsVerySmallTriangleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected