| 2408 | : m_surface1(surface1), m_surface2(surface2), m_newSurfaces1(newSurfaces1), m_newSurfaces2(newSurfaces2) {} |
| 2409 | |
| 2410 | Surface SurfaceIntersection::surface1() const { |
| 2411 | return m_surface1; |
| 2412 | } |
| 2413 | |
| 2414 | Surface SurfaceIntersection::surface2() const { |
| 2415 | return m_surface2; |