| 303 | SweepLineQueue( SweepLinePredicates predicates, std::vector<int> contourSizes, const SweepLineParams& params ); |
| 304 | |
| 305 | size_t vertSize() const { return tp_.vertSize(); } |
| 306 | std::optional<Mesh> run( IntersectionsMap* interMap = nullptr ); |
| 307 | |
| 308 | bool findIntersections(); |
no outgoing calls
no test coverage detected