| 534 | m_newPolygons2(std::move(newPolygons2)) {} |
| 535 | |
| 536 | std::vector<Point3d> IntersectionResult::polygon1() const { |
| 537 | return m_polygon1; |
| 538 | } |
| 539 | |
| 540 | std::vector<Point3d> IntersectionResult::polygon2() const { |
| 541 | return m_polygon2; |
no outgoing calls