| 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 | { |
nothing calls this directly
no test coverage detected