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

Method ShowPolyTreeStructure

CSharp/Clipper2Lib/Clipper.cs:1215–1219  ·  view source on GitHub ↗
(PolyTree64 polytree)

Source from the content-addressed store, hash-verified

1213 }
1214
1215 public static void ShowPolyTreeStructure(PolyTree64 polytree)
1216 {
1217 Console.WriteLine("Polytree Root");
1218 foreach (PolyPath64 child in polytree) { ShowPolyPathStructure(child, 1); }
1219 }
1220
1221 private static void ShowPolyPathStructure(PolyPathD pp, int level)
1222 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected