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

Function ReversePath

TheForceEngine/TFE_Polygon/clipper.cpp:4283–4286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4281//------------------------------------------------------------------------------
4282
4283void ReversePath(Path& p)
4284{
4285 std::reverse(p.begin(), p.end());
4286}
4287//------------------------------------------------------------------------------
4288
4289void ReversePaths(Paths& p)

Callers 4

cleanUpShapeFunction · 0.85
FixOrientationsMethod · 0.85
ReversePathsFunction · 0.85
MinkowskiFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected