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

Method PolyPathBase

CSharp/Clipper2Lib/Clipper.Engine.cs:3503–3503  ·  view source on GitHub ↗
(PolyPathBase? parent = null)

Source from the content-addressed store, hash-verified

3501 public bool IsHole => GetIsHole();
3502
3503 public PolyPathBase(PolyPathBase? parent = null) { _parent = parent; }
3504
3505 [MethodImpl(MethodImplOptions.AggressiveInlining)]
3506 private int GetLevel()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected