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

Method PushHorz

CSharp/Clipper2Lib/Clipper.Engine.cs:1279–1284  ·  view source on GitHub ↗
(Active ae)

Source from the content-addressed store, hash-verified

1277 }
1278
1279 [MethodImpl(MethodImplOptions.AggressiveInlining)]
1280 private void PushHorz(Active ae)
1281 {
1282 ae.nextInSEL = _sel;
1283 _sel = ae;
1284 }
1285
1286 [MethodImpl(MethodImplOptions.AggressiveInlining)]
1287 private bool PopHorz(out Active? ae)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected