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

Function next_circular

src/svgfill/src/arrange_polygons.cpp:2582–2587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2580
2581template <typename Vec>
2582void next_circular(typename Vec::const_iterator& it, const Vec& vec) {
2583 std::advance(it, 1);
2584 if (it == vec.end()) {
2585 it = vec.begin();
2586 }
2587}
2588
2589template <typename Vec>
2590void previous_circular(typename Vec::const_iterator& it, const Vec& vec) {

Callers 1

clean_noisy_boundsFunction · 0.85

Calls 2

endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected