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

Function SwapPoints

renderers/agg/src/clipper.cpp:329–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327//------------------------------------------------------------------------------
328
329void SwapPoints(IntPoint &pt1, IntPoint &pt2)
330{
331 IntPoint tmp = pt1;
332 pt1 = pt2;
333 pt2 = tmp;
334}
335//------------------------------------------------------------------------------
336
337bool GetOverlapSegment(IntPoint pt1a, IntPoint pt1b, IntPoint pt2a,

Callers 1

GetOverlapSegmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected