MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / InitEdge

Function InitEdge

TheForceEngine/TFE_Polygon/clipper.cpp:719–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717//------------------------------------------------------------------------------
718
719inline void InitEdge(TEdge* e, TEdge* eNext, TEdge* ePrev, const IntPoint& Pt)
720{
721 std::memset(e, 0, sizeof(TEdge));
722 e->Next = eNext;
723 e->Prev = ePrev;
724 e->Curr = Pt;
725 e->OutIdx = Unassigned;
726}
727//------------------------------------------------------------------------------
728
729void InitEdge2(TEdge& e, PolyType Pt)

Callers 1

AddPathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected