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

Method Execute

TheForceEngine/TFE_Polygon/clipper.cpp:1496–1499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1494#endif
1495
1496bool Clipper::Execute(ClipType clipType, Paths &solution, PolyFillType fillType)
1497{
1498 return Execute(clipType, solution, fillType, fillType);
1499}
1500//------------------------------------------------------------------------------
1501
1502bool Clipper::Execute(ClipType clipType, PolyTree &polytree, PolyFillType fillType)

Callers 5

clipPolygonsFunction · 0.45
SimplifyPolygonFunction · 0.45
SimplifyPolygonsFunction · 0.45
MinkowskiSumFunction · 0.45
MinkowskiDiffFunction · 0.45

Calls 14

clipperExceptionClass · 0.85
IntPointClass · 0.85
AddPathsMethod · 0.80
GetBoundsMethod · 0.80
ReverseSolutionMethod · 0.80
ChildCountMethod · 0.80
reserveMethod · 0.80
AddChildMethod · 0.80
resizeMethod · 0.45
clearMethod · 0.45
AddPathMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected