MCPcopy Create free account
hub / github.com/MapServer/MapServer / PointsEqual

Function PointsEqual

renderers/agg/src/clipper.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81//------------------------------------------------------------------------------
82
83inline bool PointsEqual( const IntPoint &pt1, const IntPoint &pt2)
84{
85 return ( pt1.X == pt2.X && pt1.Y == pt2.Y );
86}
87//------------------------------------------------------------------------------
88
89double Area(const Polygon &poly)

Callers 8

PointIsVertexFunction · 0.85
FindSegmentFunction · 0.85
GetPositionFunction · 0.85
Pt3IsBetweenPt1AndPt2Function · 0.85
AddPolygonMethod · 0.85
AddPolyPtMethod · 0.85
FixupOutPolygonFunction · 0.85
JoinCommonEdgesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected