MCPcopy Create free account
hub / github.com/cinder/Cinder / IsMaxima

Function IsMaxima

blocks/Clipper/src/clipper.cpp:2526–2529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2524//------------------------------------------------------------------------------
2525
2526inline bool IsMaxima(TEdge *e, const cInt Y)
2527{
2528 return e && e->Top.Y == Y && !e->NextInLML;
2529}
2530//------------------------------------------------------------------------------
2531
2532inline bool IsIntermediate(TEdge *e, const cInt Y)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected