MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / SetSides

Method SetSides

CSharp/Clipper2Lib/Clipper.Engine.cs:630–635  ·  view source on GitHub ↗
(OutRec outrec, Active startEdge, Active endEdge)

Source from the content-addressed store, hash-verified

628 }
629
630 [MethodImpl(MethodImplOptions.AggressiveInlining)]
631 private static void SetSides(OutRec outrec, Active startEdge, Active endEdge)
632 {
633 outrec.frontEdge = startEdge;
634 outrec.backEdge = endEdge;
635 }
636
637 [MethodImpl(MethodImplOptions.AggressiveInlining)]
638 private static void SwapOutrecs(Active ae1, Active ae2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected