| 373 | } |
| 374 | |
| 375 | inline void DumpLinesToHtml(std::vector<std::vector<glm::dvec2>> lines, std::string filename) |
| 376 | { |
| 377 | writeFile(filename, makeThreeJSViewer(lines)); |
| 378 | } |
| 379 | |
| 380 | inline std::string GradientVerticalToObjThree(const std::vector<webifc::geometry::IfcCurve>& geom) |
| 381 | { |
nothing calls this directly
no test coverage detected