MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / GetNextInAEL

Function GetNextInAEL

TheForceEngine/TFE_Polygon/clipper.cpp:2604–2607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2602//------------------------------------------------------------------------------
2603
2604TEdge* GetNextInAEL(TEdge *e, Direction dir)
2605{
2606 return dir == dLeftToRight ? e->NextInAEL : e->PrevInAEL;
2607}
2608//------------------------------------------------------------------------------
2609
2610void GetHorzDirection(TEdge& HorzEdge, Direction& Dir, cInt& Left, cInt& Right)

Callers 1

ProcessHorizontalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected