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

Function IsInvalidPath

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

Source from the content-addressed store, hash-verified

103 }
104
105 inline bool IsInvalidPath(OutPt* op)
106 {
107 return (!op || op->next == op);
108 }
109
110 /*******************************************************************************
111 * Dx: 0(90deg) *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected