Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ DisposeOutPt
Function
DisposeOutPt
3rdparty/clipper2/src/clipper.engine.cpp:298–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
}
297
298
inline OutPt* DisposeOutPt(OutPt* op)
299
{
300
OutPt* result = op->next;
301
op->prev->next = op->next;
302
op->next->prev = op->prev;
303
delete op;
304
return result;
305
}
306
307
308
inline void DisposeOutPts(OutRec* outrec)
Callers
1
CleanCollinear
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected