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

Function ReversePaths

TheForceEngine/TFE_Polygon/clipper.cpp:4289–4293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4287//------------------------------------------------------------------------------
4288
4289void ReversePaths(Paths& p)
4290{
4291 for (Paths::size_type i = 0; i < p.size(); ++i)
4292 ReversePath(p[i]);
4293}
4294//------------------------------------------------------------------------------
4295
4296void SimplifyPolygon(const Path &in_poly, Paths &out_polys, PolyFillType fillType)

Callers 1

simplifyPathsFunction · 0.85

Calls 2

ReversePathFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected