Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
InsertLocalMinimaIntoAEL
Method · 0.70
UpdateEdgeIntoAEL
Method · 0.70
FindEdgeWithMatchingLocMin
Function · 0.70
DoHorizontal
Method · 0.70
DoTopOfScanbeam
Method · 0.70
DoMaxima
Method · 0.70
CheckJoinLeft
Method · 0.70
CheckJoinRight
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected