Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AngusJohnson/Clipper2
/ Scanline
Method
Scanline
CPP/Clipper2Lib/src/clipper.engine.cpp:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
Scanline* next = nullptr;
37
38
explicit Scanline(int64_t y_) : y(y_) {}
39
};
40
41
struct HorzSegSorter {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected