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

Method PopLocalMinima

CSharp/Clipper2Lib/Clipper.Engine.cs:835–839  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

833 }
834
835 [MethodImpl(MethodImplOptions.AggressiveInlining)]
836 private LocalMinima PopLocalMinima()
837 {
838 return _minimaList[_currentLocMin++];
839 }
840
841 [MethodImpl(MethodImplOptions.AggressiveInlining)]
842 public void AddSubject(Path64 path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected