MCPcopy Create free account
hub / github.com/axmolengine/axmol / NextVertex

Function NextVertex

3rdparty/clipper2/src/clipper.engine.cpp:177–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 }
176
177 inline Vertex* NextVertex(const Active& e)
178 {
179 if (e.wind_dx > 0)
180 return e.vertex_top->next;
181 else
182 return e.vertex_top->prev;
183 }
184
185 //PrevPrevVertex: useful to get the (inverted Y-axis) top of the
186 //alternate edge (ie left or right bound) during edge insertion.

Callers 4

IsValidAelOrderFunction · 0.85
TrimHorzFunction · 0.85
UpdateEdgeIntoAELMethod · 0.85
DoHorizontalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected