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

Method AddPaths

TheForceEngine/TFE_Polygon/clipper.cpp:1224–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222//------------------------------------------------------------------------------
1223
1224bool ClipperBase::AddPaths(const Paths &ppg, PolyType PolyTyp, bool Closed)
1225{
1226 bool result = false;
1227 for (Paths::size_type i = 0; i < ppg.size(); ++i)
1228 if (AddPath(ppg[i], PolyTyp, Closed)) result = true;
1229 return result;
1230}
1231//------------------------------------------------------------------------------
1232
1233void ClipperBase::Clear()

Callers 5

clipPolygonsFunction · 0.80
ExecuteMethod · 0.80
SimplifyPolygonsFunction · 0.80
MinkowskiSumFunction · 0.80
MinkowskiDiffFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected