| 18 | |
| 19 | public: |
| 20 | void set_mesh_1(const MatrixFr& vertices, const MatrixIr& faces) { |
| 21 | m_vertices_1 = vertices; |
| 22 | m_faces_1 = faces; |
| 23 | convert_mesh_to_native_format(MeshSelection::FIRST); |
| 24 | } |
| 25 | |
| 26 | void set_mesh_2(const MatrixFr& vertices, const MatrixIr& faces) { |
| 27 | m_vertices_2 = vertices; |
no outgoing calls