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

Method AddChild

CSharp/Clipper2Lib/Clipper.Engine.cs:3524–3524  ·  view source on GitHub ↗
(Path64 p)

Source from the content-addressed store, hash-verified

3522
3523 public int Count => _childs.Count;
3524 public abstract PolyPathBase AddChild(Path64 p);
3525
3526 [MethodImpl(MethodImplOptions.AggressiveInlining)]
3527 public void Clear()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected