MCPcopy 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

AddLocalMaxPolyMethod · 0.85
JoinOutrecPathsMethod · 0.85
IntersectEdgesMethod · 0.85
DoHorizontalMethod · 0.85
DoMaximaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected