Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ IsOpenEnd
Function
IsOpenEnd
3rdparty/clipper2/src/clipper.engine.cpp:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
78
79
inline bool IsOpenEnd(const Vertex& v)
80
{
81
return (v.flags & (VertexFlags::OpenStart | VertexFlags::OpenEnd)) !=
82
VertexFlags::Empty;
83
}
84
85
86
inline bool IsOpenEnd(const Active& ae)
Callers
5
AddLocalMaxPoly
Method · 0.85
JoinOutrecPaths
Method · 0.85
IntersectEdges
Method · 0.85
DoHorizontal
Method · 0.85
DoMaxima
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected