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

Method PolyPath64

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

Source from the content-addressed store, hash-verified

3564 public Path64? Polygon { get; private set; } // polytree root's polygon == null
3565
3566 public PolyPath64(PolyPathBase? parent = null) : base(parent) {}
3567
3568 [MethodImpl(MethodImplOptions.AggressiveInlining)]
3569 public override PolyPathBase AddChild(Path64 p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected