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

Method IntersectNode

CSharp/Clipper2Lib/Clipper.Engine.cs:105–110  ·  view source on GitHub ↗
(Point64 pt, Active edge1, Active edge2)

Source from the content-addressed store, hash-verified

103 public readonly Active edge2;
104
105 public IntersectNode(Point64 pt, Active edge1, Active edge2)
106 {
107 this.pt = pt;
108 this.edge1 = edge1;
109 this.edge2 = edge2;
110 }
111 }
112
113 internal struct LocMinSorter : IComparer<LocalMinima>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected