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

Function IsHorizontal

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

Source from the content-addressed store, hash-verified

135
136
137 inline bool IsHorizontal(const Active& e)
138 {
139 return (e.top.y == e.bot.y);
140 }
141
142
143 inline bool IsHeadingRightHorz(const Active& e)

Callers 8

UpdateEdgeIntoAELMethod · 0.70
DoHorizontalMethod · 0.70
DoTopOfScanbeamMethod · 0.70
DoMaximaMethod · 0.70
CheckJoinLeftMethod · 0.70
CheckJoinRightMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected