MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / segment_width

Function segment_width

src/svgfill/src/arrange_polygons.cpp:1092–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1090}
1091
1092double segment_width(const CenterLineGraphData& graph, const std::pair<size_t, size_t>& edge) {
1093 return 0.5 * (graph.widths[edge.first] + graph.widths[edge.second]);
1094}
1095
1096bool edge_supports_same_line(
1097 const DPoint& seed_a,

Callers 1

runs_from_graphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected