MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / IsSamePolyType

Function IsSamePolyType

CPP/Clipper2Lib/src/clipper.engine.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 }
166
167 inline bool IsSamePolyType(const Active& e1, const Active& e2)
168 {
169 return e1.local_min->polytype == e2.local_min->polytype;
170 }
171
172 inline void SetDx(Active& e)
173 {

Callers 4

IntersectEdgesMethod · 0.85
DoHorizontalMethod · 0.85
IntersectEdgesMethod · 0.85
DoHorizontalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected