MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / DumpSVGLines

Function DumpSVGLines

src/cpp/test/io_helpers.cpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 }
270
271 void DumpSVGLines(std::vector<std::vector<glm::dvec2>> lines, std::string filename)
272 {
273 writeFile(filename, makeSVGLines(lines));
274 }
275
276 std::string makeSVGLines(std::vector<glm::dvec2> input, std::vector<uint32_t> indices)
277 {

Callers

nothing calls this directly

Calls 2

writeFileFunction · 0.70
makeSVGLinesFunction · 0.70

Tested by

no test coverage detected