| 653 | } |
| 654 | |
| 655 | inline void DumpFlatMeshThree(webifc::geometry::IfcFlatMesh& mesh, webifc::geometry::IfcGeometryProcessor& processor, std::string filename) |
| 656 | { |
| 657 | size_t offset = 0; |
| 658 | writeFile(filename, ToObjThree(mesh, processor, offset)); |
| 659 | } |
| 660 | |
| 661 | inline Bounds getBounds(std::vector<std::vector<glm::dvec2>> input, glm::dvec2 size, glm::dvec2 offset) |
| 662 | { |
nothing calls this directly
no test coverage detected