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

Function IsOpen

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

Source from the content-addressed store, hash-verified

71
72
73 inline bool IsOpen(const Active& e)
74 {
75 return (e.local_min->is_open);
76 }
77
78
79 inline bool IsOpenEnd(const Vertex& v)

Callers 12

GetPrevHotEdgeFunction · 0.85
AddLocalMinPolyMethod · 0.85
AddLocalMaxPolyMethod · 0.85
UpdateEdgeIntoAELMethod · 0.85
IntersectEdgesMethod · 0.85
DoHorizontalMethod · 0.85
DoMaximaMethod · 0.85
CheckJoinLeftMethod · 0.85
CheckJoinRightMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected