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

Function IsIntermediate

blocks/Clipper/src/clipper.cpp:2532–2535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2530//------------------------------------------------------------------------------
2531
2532inline bool IsIntermediate(TEdge *e, const cInt Y)
2533{
2534 return e->Top.Y == Y && e->NextInLML;
2535}
2536//------------------------------------------------------------------------------
2537
2538TEdge *GetMaximaPair(TEdge *e)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected