MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / UpdateOutPtIdxs

Function UpdateOutPtIdxs

TheForceEngine/TFE_Polygon/clipper.cpp:3307–3316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3305//------------------------------------------------------------------------------
3306
3307inline void UpdateOutPtIdxs(OutRec& outrec)
3308{
3309 OutPt* op = outrec.Pts;
3310 do
3311 {
3312 op->Idx = outrec.Idx;
3313 op = op->Prev;
3314 }
3315 while(op != outrec.Pts);
3316}
3317//------------------------------------------------------------------------------
3318
3319void Clipper::InsertEdgeIntoAEL(TEdge *edge, TEdge* startEdge)

Callers 2

JoinCommonEdgesMethod · 0.85
DoSimplePolygonsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected