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

Method PolyPathD

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

Source from the content-addressed store, hash-verified

3610 public PathD? Polygon { get; private set; }
3611
3612 public PolyPathD(PolyPathBase? parent = null) : base(parent) {}
3613
3614 [MethodImpl(MethodImplOptions.AggressiveInlining)]
3615 public override PolyPathBase AddChild(Path64 p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected