| 724 | } |
| 725 | |
| 726 | PolygonInfo AutoPolygon::generatePolygon(std::string_view filename, const Rect& rect, float epsilon, float threshold) |
| 727 | { |
| 728 | AutoPolygon ap(filename); |
| 729 | return ap.generateTriangles(rect, epsilon, threshold); |
| 730 | } |
| 731 | |
| 732 | } |
nothing calls this directly
no test coverage detected