| 542 | } |
| 543 | |
| 544 | std::vector<std::vector<Point3d>> IntersectionResult::newPolygons1() const { |
| 545 | return m_newPolygons1; |
| 546 | } |
| 547 | |
| 548 | std::vector<std::vector<Point3d>> IntersectionResult::newPolygons2() const { |
| 549 | return m_newPolygons2; |
no outgoing calls