MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / IsIntermediate

Function IsIntermediate

static_libs/clipper/clipper.cpp:2534–2537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected